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

Unified Diff: chrome/browser/flag_descriptions.cc

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: chrome/browser/flag_descriptions.cc
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index c8a324b710a1c3c447abbe452838c826e132cf45..146b30569388bfc8277cd56c0df2497a37057e86 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -171,8 +171,13 @@ const char kEnableHttpFormWarningDescription[] =
const char kMarkHttpAsName[] = "Mark non-secure origins as non-secure";
const char kMarkHttpAsDescription[] = "Change the UI treatment for HTTP pages";
-
const char kMarkHttpAsDangerous[] = "Always mark HTTP as actively dangerous";
+const char kMarkHttpAsNonSecureWhileEditing[] =
+ "Warn on HTTP while editing forms";
estark 2017/05/30 22:46:42 nit: description makes it sound like the warning w
elawrence 2017/05/30 23:47:07 Would "Warn on HTTP after editing forms" resolve t
+const char kMarkHttpAsNonSecureWhileIncognito[] =
+ "Warn on HTTP while in Incognito mode";
+const char kMarkHttpAsNonSecureWhileIncognitoOrEditing[] =
+ "Warn on HTTP while editing forms or in Incognito mode";
// Material design of the Incognito NTP.

Powered by Google App Engine
This is Rietveld 408576698