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

Unified Diff: components/security_state/switches.h

Issue 2337103002: Add a new flag for HTTP-bad Phase 1 development work (Closed)
Patch Set: git cl 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..267bdfa534dc0178894cca27091a850b17b86c9e 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 kMarkNonSecureWhenPasswordOrCc[];
elawrence 2016/09/13 17:56:31 Maybe kMarkNonSecureWithPasswordOrCc for consisten
felt 2016/09/13 18:39:51 Done.
}
} // namespace security_state

Powered by Google App Engine
This is Rietveld 408576698