Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(788)

Unified Diff: components/security_state/switches.h

Issue 2337103002: Add a new flag for HTTP-bad Phase 1 development work (Closed)
Patch Set: Format Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698