Index: chrome/browser/flag_descriptions.cc |
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc |
index 02a220599688d992fcdbb6e6554bc5ef7c708215..79cfd939c1c8de91e9408d37f30da533fb86ac22 100644 |
--- a/chrome/browser/flag_descriptions.cc |
+++ b/chrome/browser/flag_descriptions.cc |
@@ -2781,11 +2781,9 @@ const char kPauseBackgroundTabsName[] = "Pause background tabs"; |
const char kPauseBackgroundTabsDescription[] = |
"Pause timers in background tabs after 5 minutes on desktop."; |
-const char kAppMenuIconName[] = "App Menu Icon"; |
-const char kAppMenuIconDescription[] = "Changes the icon in the app menu."; |
-const char kAppMenuIconOldBehavior[] = "Old Behavior"; |
-const char kAppMenuIconPersistentOpenedState[] = "Persistent Opened State"; |
-const char kAppMenuIconPersistentClosedState[] = "Persistent Closed State"; |
+const char kEnableNewAppMenuIconName[] = "Enable the New App Menu Icon"; |
+const char kEnableNewAppMenuIconDescription[] = |
+ "Use the new app menu icon with update notification animations."; |
#endif // defined(OS_CHROMEOS) || defined(OS_LINUX) || defined(OS_MACOSX) || |
// defined(OS_WIN) |