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

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2843413003: [Views] App Menu Icon Update (Closed)
Patch Set: Fix for isherman 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
Index: chrome/browser/flag_descriptions.cc
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index 02a220599688d992fcdbb6e6554bc5ef7c708215..b4f526907c43b7b19f3e28434260530fd595526d 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[] =
+ "Changes the app menu icon into the new animated one.";
msw 2017/04/28 21:39:12 optional nit: "Use the new app menu icon with upda
spqchan 2017/04/29 00:36:33 Done.
#endif // defined(OS_CHROMEOS) || defined(OS_LINUX) || defined(OS_MACOSX) ||
// defined(OS_WIN)

Powered by Google App Engine
This is Rietveld 408576698