| Index: components/security_state/core/switches.h
|
| diff --git a/components/security_state/core/switches.h b/components/security_state/core/switches.h
|
| index 4216cd27f60c20811715833441bf6da5de7f3ba2..df272389c08351797191b3195067e8894a408489 100644
|
| --- a/components/security_state/core/switches.h
|
| +++ b/components/security_state/core/switches.h
|
| @@ -10,6 +10,9 @@ namespace switches {
|
|
|
| extern const char kMarkHttpAs[];
|
| extern const char kMarkHttpAsDangerous[];
|
| +extern const char kMarkHttpAsNonSecureAfterEditing[];
|
| +extern const char kMarkHttpAsNonSecureWhileIncognito[];
|
| +extern const char kMarkHttpAsNonSecureWhileIncognitoOrEditing[];
|
| }
|
| } // namespace security_state
|
|
|
|
|