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

Unified Diff: ios/chrome/browser/ios_chrome_flag_descriptions.h

Issue 2938273002: Add new mark-non-secure-as options to chrome://flags on iOS (Closed)
Patch Set: Add using flags_ui::FeatureEntry Created 3 years, 6 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 | « ios/chrome/browser/about_flags.mm ('k') | ios/chrome/browser/ios_chrome_flag_descriptions.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ios_chrome_flag_descriptions.h
diff --git a/ios/chrome/browser/ios_chrome_flag_descriptions.h b/ios/chrome/browser/ios_chrome_flag_descriptions.h
index 251b7c877234036b601222ef86b9bc0381cf23c3..b1abced2d71b5771a34429b6656af8470bd1d1b8 100644
--- a/ios/chrome/browser/ios_chrome_flag_descriptions.h
+++ b/ios/chrome/browser/ios_chrome_flag_descriptions.h
@@ -20,6 +20,15 @@ extern const char kContextualSearch[];
// Description for the flag to enable Contextual Search.
extern const char kContextualSearchDescription[];
+// Title, description, and options for the MarkHttpAs setting that controls
+// display of omnibox warnings about non-secure pages.
+extern const char kMarkHttpAsName[];
+extern const char kMarkHttpAsDescription[];
+extern const char kMarkHttpAsDangerous[];
+extern const char kMarkHttpAsNonSecureAfterEditing[];
+extern const char kMarkHttpAsNonSecureWhileIncognito[];
+extern const char kMarkHttpAsNonSecureWhileIncognitoOrEditing[];
+
// Title for the flag to enable Physical Web in the omnibox.
extern const char kPhysicalWeb[];
« no previous file with comments | « ios/chrome/browser/about_flags.mm ('k') | ios/chrome/browser/ios_chrome_flag_descriptions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698