summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.cc
diff options
context:
space:
mode:
authortwellington <twellington@chromium.org>2016-01-12 18:22:03 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-13 02:23:18 +0000
commitc4daa67feb0ea7dfbc139c4f3e676b4fbe619143 (patch)
treeaf849a013c8c3c34f6104e8bfe3addd5e3045f97 /chrome/common/chrome_switches.cc
parent192690401875a0ca7e1bd9c0f44ab7e42279b650 (diff)
downloadchromium_src-c4daa67feb0ea7dfbc139c4f3e676b4fbe619143.zip
chromium_src-c4daa67feb0ea7dfbc139c4f3e676b4fbe619143.tar.gz
chromium_src-c4daa67feb0ea7dfbc139c4f3e676b4fbe619143.tar.bz2
Add new summary string for update menu item
BUG=566085 Review URL: https://codereview.chromium.org/1577883003 Cr-Commit-Position: refs/heads/master@{#369077}
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r--chrome/common/chrome_switches.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index f88f867..f2afc27 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1316,6 +1316,10 @@ const char kForceShowUpdateMenuItem[] = "force-show-update-menu-item";
// Forces a summary to be displayed below the update menu item.
const char kForceShowUpdateMenuItemSummary[] = "show_summary";
+// Forces the new features summary to be displayed below the update menu item.
+const char kForceShowUpdateMenuItemNewFeaturesSummary[] =
+ "use_new_features_summary";
+
// Forces a custom summary to be displayed below the update menu item.
const char kForceShowUpdateMenuItemCustomSummary[] = "custom_summary";