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

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2789203003: [Views] App Menu Animated Icon (Closed)
Patch Set: Cleaned up 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 6b3dd6e223e747cf977ab080adf0c0ad5c2abab2..64331e303d33b70ed6a4b911de978120150e62a4 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -2726,6 +2726,19 @@ const char kOmniboxEntitySuggestionsName[] = "Omnibox entity suggestions";
const char kOmniboxEntitySuggestionsDescription[] =
"Enable receiving entity suggestions in Omnibox.";
+const char kGlobalErrorMenuIconName[] = "Global Error Menu Icon";
+
+const char kGlobalErrorMenuIconDescription[] =
+ "Changes the global error icon in the wrench menu.";
+
+const char kGlobalErrorMenuIconOldBehavior[] = "Old Behavior";
+
+const char kGlobalErrorMenuIconPersistentOpenedState[] =
+ "Persistent Opened State";
+
+const char kGlobalErrorMenuIconPersistentClosedState[] =
+ "Persistent Closed State";
+
#endif // defined(OS_CHROMEOS) || defined(OS_LINUX) || defined(OS_MACOSX) ||
// defined(OS_WIN)

Powered by Google App Engine
This is Rietveld 408576698