| 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..b6e75d2e3c12a32af7dde21d6ae20a2acb8cc14e 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 kMarkHttpAsNonSecureWhileEditing[];
|
| +extern const char kMarkHttpAsNonSecureWhileIncognito[];
|
| +extern const char kMarkHttpAsNonSecureWhileIncognitoOrEditing[];
|
| }
|
| } // namespace security_state
|
|
|
|
|