Add organization details to Page Info

This adds a new subsection under the security details section of the
Page Info bubble on Desktop showing the organization name and country
of the jurisdiction of incorporation on pages with EV certificates.

Bug: 969734
Change-Id: Ia9c89ae7065476bfc7ec01c9fb66c4810fa245bb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1643755
Commit-Queue: Christopher Thompson <[email protected]>
Reviewed-by: Michael Wasserman <[email protected]>
Reviewed-by: Emily Stark <[email protected]>
Cr-Commit-Position: refs/heads/master@{#666886}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
index 311fcd43..4c6309c 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -549,6 +549,9 @@
 extern const char kEnableWasmThreadsName[];
 extern const char kEnableWasmThreadsDescription[];
 
+extern const char kEvDetailsInPageInfoName[];
+extern const char kEvDetailsInPageInfoDescription[];
+
 extern const char kExpensiveBackgroundTimerThrottlingName[];
 extern const char kExpensiveBackgroundTimerThrottlingDescription[];