Chromium Code Reviews| Index: chrome/common/chrome_switches.cc |
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
| index 36b6d48046a2c14c0d9c31a3c0636104796fc7ef..6f11aadb513d30e723ef612ff0eb70bc21ef8178 100644 |
| --- a/chrome/common/chrome_switches.cc |
| +++ b/chrome/common/chrome_switches.cc |
| @@ -630,6 +630,16 @@ const char kLoadExtension[] = "load-extension"; |
| // Makes Chrome default browser |
| const char kMakeDefaultBrowser[] = "make-default-browser"; |
| +// Changes security chip behavior. |
| +const char kMaterialSecurityVerbose[] = "material-security-verbose"; |
|
Peter Kasting
2016/09/20 20:52:09
Nit: If we're mucking with this stuff anyway and i
Kevin Bailey
2016/09/21 04:05:01
Works for me. I'll put in separate CL to coordinat
|
| +const char kMaterialSecurityVerboseShowAllAnimated[] = "show-all-animated"; |
| +const char kMaterialSecurityVerboseShowAllNonAnimated[] = |
| + "show-all-nonanimated"; |
| +const char kMaterialSecurityVerboseShowNonSecureAnimated[] = |
| + "show-nonsecure-animated"; |
| +const char kMaterialSecurityVerboseShowNonSecureNonAnimated[] = |
| + "show-nonsecure-nonanimated"; |
| + |
| // Forces the maximum disk space to be used by the media cache, in bytes. |
| const char kMediaCacheSize[] = "media-cache-size"; |
| @@ -1185,15 +1195,6 @@ 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. |