Chromium Code Reviews| Index: components/security_state/switches.h |
| diff --git a/components/security_state/switches.h b/components/security_state/switches.h |
| index b4ed6bfba1485a434c26dc7729253c0befb7c31f..95b5a735bed6dca482025513d4506f5266dc6c8e 100644 |
| --- a/components/security_state/switches.h |
| +++ b/components/security_state/switches.h |
| @@ -11,7 +11,7 @@ namespace switches { |
| extern const char kMarkNonSecureAs[]; |
| extern const char kMarkNonSecureAsNeutral[]; |
| extern const char kMarkNonSecureAsNonSecure[]; |
| - |
| +extern const char kMarkNonSecureWithPasswordsAsNonSecure[]; |
|
estark
2016/09/15 04:30:29
nit: either add another newline after this line, o
felt
2016/09/15 12:55:30
Done.
|
| } |
| } // namespace security_state |