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.cc b/chrome/browser/flag_descriptions.cc
index 0b820d2..ef44bd4 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -914,6 +914,10 @@
     "Enables support for the WebAssembly Threads proposal. Implies "
     "#shared-array-buffer and #enable-webassembly.";
 
+const char kEvDetailsInPageInfoName[] = "EV certificate details in Page Info.";
+const char kEvDetailsInPageInfoDescription[] =
+    "Shows the EV certificate details in the Page Info bubble.";
+
 const char kExpensiveBackgroundTimerThrottlingName[] =
     "Throttle expensive background timers";
 const char kExpensiveBackgroundTimerThrottlingDescription[] =