| Index: components/security_state/switches.h
|
| diff --git a/components/security_state/switches.h b/components/security_state/switches.h
|
| index a6ed17b6a69b140fee98c588d1da9ab9da2fc48f..e138669f63351d3eda3bf0cd78c6b94d3b5bd14a 100644
|
| --- a/components/security_state/switches.h
|
| +++ b/components/security_state/switches.h
|
| @@ -8,10 +8,10 @@
|
| namespace security_state {
|
| namespace switches {
|
|
|
| -extern const char kMarkNonSecureAs[];
|
| -extern const char kMarkNonSecureAsNeutral[];
|
| -extern const char kMarkNonSecureAsNonSecure[];
|
| -extern const char kMarkNonSecureWithPasswordsOrCcAsNonSecure[];
|
| +extern const char kMarkHttpAs[];
|
| +extern const char kMarkHttpAsNeutral[];
|
| +extern const char kMarkHttpAsDangerous[];
|
| +extern const char kMarkHttpWithPasswordsOrCcWithChip[];
|
|
|
| }
|
| } // namespace security_state
|
|
|