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

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2789203003: [Views] App Menu Animated Icon (Closed)
Patch Set: nit 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/browser/ui/BUILD.gn » ('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 0421950a78030c40f8466a94982a4a26090ba4f5..f088ee0de09c0266db260697621cbea3d79bde48 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -2774,6 +2774,12 @@ 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";
+
#endif // defined(OS_CHROMEOS) || defined(OS_LINUX) || defined(OS_MACOSX) ||
// defined(OS_WIN)
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698