| Index: chrome/common/chrome_switches.h
|
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
|
| index e112958e2affe43f1362854ddc321d5c93b60ee3..ac58320c8898a8e251c6b92f0e14e6e585659f2f 100644
|
| --- a/chrome/common/chrome_switches.h
|
| +++ b/chrome/common/chrome_switches.h
|
| @@ -179,11 +179,13 @@ 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 kSecurityChip[];
|
| +extern const char kSecurityChipShowNonSecureOnly[];
|
| +extern const char kSecurityChipShowAll[];
|
| +extern const char kSecurityChipAnimation[];
|
| +extern const char kSecurityChipAnimationNone[];
|
| +extern const char kSecurityChipAnimationNonSecureOnly[];
|
| +extern const char kSecurityChipAnimationAll[];
|
| extern const char kMediaCacheSize[];
|
| extern const char kMediaRouter[];
|
| extern const char kMetricsRecordingOnly[];
|
|
|