| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index cd8ba846315a94ec44e676e6150641125463fca3..424a1153bdf4b3b2aada37ddd5ffd87e21475e84 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -874,6 +874,14 @@ const char kSbDisableExtensionBlacklist[] =
|
| const char kSbManualDownloadBlacklist[] =
|
| "safebrowsing-manual-download-blacklist";
|
|
|
| +const char kSecurityChipShowNonSecureOnly[] = "show-nonsecure-only";
|
| +const char kSecurityChipShowAll[] = "show-all";
|
| +
|
| +const char kSecurityChipAnimation[] = "security-chip-animation";
|
| +const char kSecurityChipAnimationNone[] = "none";
|
| +const char kSecurityChipAnimationNonSecureOnly[] = "animate-nonsecure-only";
|
| +const char kSecurityChipAnimationAll[] = "animate-all";
|
| +
|
| // Causes the process to run as a service process.
|
| const char kServiceProcess[] = "service";
|
|
|
|
|