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

Unified Diff: components/security_state/switches.h

Issue 2344043003: Rename HTTP bad-related flags to be more clear (Closed)
Patch Set: Make git cl format obey my will 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 a6ed17b6a69b140fee98c588d1da9ab9da2fc48f..20f49bd43726fbcd45cbd4ca6ba6f96ab73c07a6 100644
--- a/components/security_state/switches.h
+++ b/components/security_state/switches.h
@@ -8,10 +8,10 @@
namespace security_state {
namespace switches {
-extern const char kMarkNonSecureAs[];
-extern const char kMarkNonSecureAsNeutral[];
-extern const char kMarkNonSecureAsNonSecure[];
-extern const char kMarkNonSecureWithPasswordsOrCcAsNonSecure[];
+extern const char kMarkHttpAs[];
+extern const char kMarkHttpAsNeutral[];
+extern const char kMarkHttpAsNonSecure[];
+extern const char kMarkHttpWithPasswordsOrCcWithChip[];
}
} // namespace security_state

Powered by Google App Engine
This is Rietveld 408576698