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

Unified Diff: chrome/common/chrome_switches.h

Issue 2351003003: [omnibox] Support new flags for security chip (Closed)
Patch Set: Created 4 years, 3 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
Index: chrome/common/chrome_switches.h
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index b8a58f95ba09eb9dcac721d4ecd258b70518617e..0804405b63aea61b6cc36b5f0263089e8001a05f 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -182,6 +182,11 @@ extern const char kKioskModePrinting[];
extern const char kLoadComponentExtension[];
extern const char kLoadExtension[];
extern const char kMakeDefaultBrowser[];
+extern const char kMaterialSecurityVerbose[];
+extern const char kMaterialSecurityVerboseShowAllAnimated[];
+extern const char kMaterialSecurityVerboseShowAllNonAnimated[];
+extern const char kMaterialSecurityVerboseShowNonSecureAnimated[];
+extern const char kMaterialSecurityVerboseShowNonSecureNonAnimated[];
extern const char kMediaCacheSize[];
extern const char kMediaRouter[];
extern const char kMessageLoopHistogrammer[];
@@ -347,11 +352,6 @@ extern const char kEnableMacViewsNativeAppWindows[];
extern const char kEnableTranslateNewUX[];
extern const char kEnableUserMetrics[];
extern const char kHostedAppQuitNotification[];
-extern const char kMaterialSecurityVerbose[];
-extern const char kMaterialSecurityVerboseShowAllAnimated[];
-extern const char kMaterialSecurityVerboseShowAllNonAnimated[];
-extern const char kMaterialSecurityVerboseShowNonSecureAnimated[];
-extern const char kMaterialSecurityVerboseShowNonSecureNonAnimated[];
extern const char kMetricsClientID[];
extern const char kRelauncherProcess[];
extern const char kRelauncherProcessDMGDevice[];

Powered by Google App Engine
This is Rietveld 408576698