commit | 7c1793af8f934e99a855bc873d18c6fc623ae31e | [log] [tgz] |
---|---|---|
author | Edward Jung <[email protected]> | Fri Jun 14 17:33:56 2019 |
committer | Commit Bot <[email protected]> | Fri Jun 14 17:33:56 2019 |
tree | 6638b3213329defe9408a40e726bae2f0cf7b459 | |
parent | 54c0c029f3b265c6992a88fe7986c1226c1f2d2c [diff] [blame] |
Add flag for dark theme security interstitials Allows the ability to control the dark theming on these interstitials. Bug: 947840 Change-Id: I1bc6578f328f6429641ad43241aa5be46b0846e4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1643871 Reviewed-by: Emily Stark <[email protected]> Commit-Queue: Edward Jung (EMEA) <[email protected]> Cr-Commit-Position: refs/heads/master@{#669265}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h index c9bd734..5c160602 100644 --- a/chrome/browser/flag_descriptions.h +++ b/chrome/browser/flag_descriptions.h
@@ -946,6 +946,9 @@ extern const char kScrollableTabStripName[]; extern const char kScrollableTabStripDescription[]; +extern const char kSecurityInterstitialsDarkModeName[]; +extern const char kSecurityInterstitialsDarkModeDescription[]; + extern const char kSendTabToSelfName[]; extern const char kSendTabToSelfDescription[];