Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(640)

Unified Diff: chrome/common/chrome_features.cc

Issue 2430923010: Add a feature flag for the security verbose (Closed)
Patch Set: Accidentally dropped location_bar_view.cc Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« chrome/common/chrome_features.h ('K') | « chrome/common/chrome_features.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_features.cc
diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc
index ae6adbbd4f1739245dbc21ac79b681bbbcec0a8f..2bd7499e9954bd61edc64445dc45bd68b791a2d0 100644
--- a/chrome/common/chrome_features.cc
+++ b/chrome/common/chrome_features.cc
@@ -138,6 +138,11 @@ const base::Feature kRunAllFlashInAllowMode{"RunAllFlashInAllowMode",
const base::Feature kSafeSearchUrlReporting{"SafeSearchUrlReporting",
base::FEATURE_DISABLED_BY_DEFAULT};
+#if !defined(OS_ANDROID) && !defined(OS_IOS)
+extern const base::Feature kSecurityChipFeature{
estark 2016/10/21 20:32:27 nit: this should have a comment above explaining i
estark 2016/10/21 20:32:27 nit: I don't think you need `extern` here (only in
spqchan 2016/10/21 21:57:06 Done.
spqchan 2016/10/21 21:57:06 Done.
+ "SecurityChipFeature", base::FEATURE_DISABLED_BY_DEFAULT};
+#endif
+
// A new user experience for transitioning into fullscreen and mouse pointer
// lock states.
const base::Feature kSimplifiedFullscreenUI{"ViewsSimplifiedFullscreenUI",
« chrome/common/chrome_features.h ('K') | « chrome/common/chrome_features.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698