| 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";
|
|
|
|
|