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

Unified Diff: components/security_state/switches.h

Issue 2344043003: Rename HTTP bad-related flags to be more clear (Closed)
Patch Set: sfijdf 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
« no previous file with comments | « components/security_state/security_state_model_unittest.cc ('k') | components/security_state/switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/security_state/switches.h
diff --git a/components/security_state/switches.h b/components/security_state/switches.h
index a6ed17b6a69b140fee98c588d1da9ab9da2fc48f..e138669f63351d3eda3bf0cd78c6b94d3b5bd14a 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 kMarkHttpAsDangerous[];
+extern const char kMarkHttpWithPasswordsOrCcWithChip[];
}
} // namespace security_state
« no previous file with comments | « components/security_state/security_state_model_unittest.cc ('k') | components/security_state/switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698