Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 59bd87f5e01856f69cdeeac232b91cbe38358343..36b6d48046a2c14c0d9c31a3c0636104796fc7ef 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -1185,6 +1185,15 @@ const char kEnableTranslateNewUX[] = "enable-translate-new-ux"; |
// behavior is to also quit all hosted apps. |
const char kHostedAppQuitNotification[] = "enable-hosted-app-quit-notification"; |
+const char kMaterialSecurityVerbose[] = "material-security-verbose"; |
+const char kMaterialSecurityVerboseShowAllAnimated[] = "show-all-animated"; |
+const char kMaterialSecurityVerboseShowAllNonAnimated[] = |
+ "show-all-nonanimated"; |
+const char kMaterialSecurityVerboseShowNonSecureAnimated[] = |
+ "show-nonsecure-animated"; |
+const char kMaterialSecurityVerboseShowNonSecureNonAnimated[] = |
+ "show-nonsecure-nonanimated"; |
+ |
// This is how the metrics client ID is passed from the browser process to its |
// children. With Crashpad, the metrics client ID is distinct from the crash |
// client ID. |