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

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

Issue 2907153006: Add new mark-non-secure-as options to chrome://flags (Closed)
Patch Set: Self review 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
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..b6e75d2e3c12a32af7dde21d6ae20a2acb8cc14e 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 kMarkHttpAsNonSecureWhileEditing[];
+extern const char kMarkHttpAsNonSecureWhileIncognito[];
+extern const char kMarkHttpAsNonSecureWhileIncognitoOrEditing[];
}
} // namespace security_state

Powered by Google App Engine
This is Rietveld 408576698