| Index: components/security_state/core/switches.cc
|
| diff --git a/components/security_state/core/switches.cc b/components/security_state/core/switches.cc
|
| index c8542f83961ca51080f72dadeaf08b0eee5a13f5..dddd8ae4e61aa163e5b932fed003d559010f2586 100644
|
| --- a/components/security_state/core/switches.cc
|
| +++ b/components/security_state/core/switches.cc
|
| @@ -10,6 +10,9 @@ namespace switches {
|
| // Use to opt-in to marking HTTP as non-secure.
|
| const char kMarkHttpAs[] = "mark-non-secure-as";
|
| const char kMarkHttpAsDangerous[] = "non-secure";
|
| -
|
| +const char kMarkHttpAsNonSecureAfterEditing[] = "non-secure-after-editing";
|
| +const char kMarkHttpAsNonSecureWhileIncognito[] = "non-secure-while-incognito";
|
| +const char kMarkHttpAsNonSecureWhileIncognitoOrEditing[] =
|
| + "non-secure-while-incognito-or-editing";
|
| } // namespace switches
|
| } // namespace security_state
|
|
|