Chromium Code Reviews| Index: chrome/common/chrome_switches.h |
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h |
| index 993633d4c853da6a9e7d221af7657d98f2724a55..df14001d67298e45040397cfd51c857270d43196 100644 |
| --- a/chrome/common/chrome_switches.h |
| +++ b/chrome/common/chrome_switches.h |
| @@ -183,11 +183,12 @@ 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 kSecurityVerboseDecoration[]; |
| +extern const char kSecurityVerboseDecorationShowAllAnimated[]; |
| +extern const char kSecurityVerboseDecorationShowAllNonAnimated[]; |
| +extern const char kSecurityVerboseDecorationShowNonSecureAnimated[]; |
| +extern const char kSecurityVerboseDecorationShowNonSecureNonAnimated[]; |
| +extern const char kSecurityVerboseDecorationShowAllWithOnlyNonSecureAnimated[]; |
|
Peter Kasting
2016/10/10 21:39:21
Nit: This name is kinda reaching ridiculous length
spqchan
2016/10/11 17:32:58
Agreed, it's getting ridiculous. I split the flag
|
| extern const char kMediaCacheSize[]; |
| extern const char kMediaRouter[]; |
| extern const char kMetricsRecordingOnly[]; |