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

Unified Diff: components/security_state/core/switches.h

Issue 2907153006: Add new mark-non-secure-as options to chrome://flags (Closed)
Patch Set: Change 'while' to 'after' Created 3 years, 7 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/core/security_state.cc ('k') | components/security_state/core/switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/security_state/core/switches.h
diff --git a/components/security_state/core/switches.h b/components/security_state/core/switches.h
index 4216cd27f60c20811715833441bf6da5de7f3ba2..df272389c08351797191b3195067e8894a408489 100644
--- a/components/security_state/core/switches.h
+++ b/components/security_state/core/switches.h
@@ -10,6 +10,9 @@ namespace switches {
extern const char kMarkHttpAs[];
extern const char kMarkHttpAsDangerous[];
+extern const char kMarkHttpAsNonSecureAfterEditing[];
+extern const char kMarkHttpAsNonSecureWhileIncognito[];
+extern const char kMarkHttpAsNonSecureWhileIncognitoOrEditing[];
}
} // namespace security_state
« no previous file with comments | « components/security_state/core/security_state.cc ('k') | components/security_state/core/switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698