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. |