commit | f3ba201204a22e0cb34de2185be1b22e4aa2512a | [log] [tgz] |
---|---|---|
author | Christopher Thompson <[email protected]> | Thu Jun 06 22:01:01 2019 |
committer | Commit Bot <[email protected]> | Thu Jun 06 22:01:01 2019 |
tree | 077efe690c9a8c3f80a81e6749d052b4481a201e | |
parent | 4f2c06c76e055e002cfdd2990e5d3ba8c180af82 [diff] [blame] |
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[];