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

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2825173002: Launch "Update Chrome" menu item (Closed)
Patch Set: Created 3 years, 8 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 | « chrome/browser/flag_descriptions.h ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/flag_descriptions.cc
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index 18af4b8115408bb009a748367b64b1391ec4ca09..f4fdc084eecbe2a5c3b2c4f37cd94b5f9760db70 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -2206,19 +2206,12 @@ const char kUpdateMenuItemDescription[] =
R"*(When enabled, an "Update Chrome" item will be shown in the app )*"
R"*(menu.)*";
-const char kUpdateMenuItemSummaryName[] = "Update menu item summary";
-
-const char kUpdateMenuItemSummaryDescription[] =
+const char kUpdateMenuItemCustomSummaryDescription[] =
"When this flag and the force show update menu item flag are enabled, a "
- "summary will be displayed below the update menu item.";
-
-const char kUpdateMenuItemNoSummary[] = "No summary";
-
-const char kUpdateMenuItemDefaultSummary[] = "Default summary";
-
-const char kUpdateMenuItemNewFeaturesSummary[] = "New features summary";
+ "custom summary string will be displayed below the update menu item.";
-const char kUpdateMenuItemCustomSummary[] = "Custom summary";
+const char kUpdateMenuItemCustomSummaryName[] =
+ "Update menu item custom summary";
const char kUpdateMenuBadgeName[] = "Force show update menu badge";
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698