| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 61fdcde83e8ad1fb92389654ef7fdc84a694fa7c..265d0de93f6e30e67d5277fafb1cc07e60d53bf4 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -634,13 +634,15 @@ const char kLoadExtension[] = "load-extension";
|
| const char kMakeDefaultBrowser[] = "make-default-browser";
|
|
|
| // Changes security chip behavior.
|
| -const char kMaterialSecurityVerbose[] = "material-security-verbose";
|
| -const char kMaterialSecurityVerboseShowAllAnimated[] = "show-all-animated";
|
| -const char kMaterialSecurityVerboseShowAllNonAnimated[] =
|
| +const char kSecurityVerboseDecoration[] = "security-verbose-decoration";
|
| +const char kSecurityVerboseDecorationShowAllAnimated[] = "show-all-animated";
|
| +const char kSecurityVerboseDecorationShowAllNonAnimated[] =
|
| "show-all-nonanimated";
|
| -const char kMaterialSecurityVerboseShowNonSecureAnimated[] =
|
| +const char kSecurityVerboseDecorationShowAllWithOnlyNonSecureAnimated[] =
|
| + "show-all-with-only-nonsecure-animated";
|
| +const char kSecurityVerboseDecorationShowNonSecureAnimated[] =
|
| "show-nonsecure-animated";
|
| -const char kMaterialSecurityVerboseShowNonSecureNonAnimated[] =
|
| +const char kSecurityVerboseDecorationShowNonSecureNonAnimated[] =
|
| "show-nonsecure-nonanimated";
|
|
|
| // Forces the maximum disk space to be used by the media cache, in bytes.
|
|
|