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

Unified Diff: chrome/browser/flag_descriptions.h

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.h
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
index e88d32eeb579a346676277a1165cf3d6b6a8e44d..0f3de8749714ea1ec727ecedb8d268e5e415c8af 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -2945,6 +2945,21 @@ extern const char kOmniboxEntitySuggestionsName[];
// Description of the flag that enables entity suggestions.
extern const char kOmniboxEntitySuggestionsDescription[];
+// Name of the flag to change the global error icon on the wrench menu.
+extern const char kGlobalErrorMenuIconName[];
+
+// Description of the flag to change the global error icon on the wrench menu.
+extern const char kGlobalErrorMenuIconDescription[];
+
+// Description of the Global Error Menu Icon's old behavior.
+extern const char kGlobalErrorMenuIconOldBehavior[];
+
+// Description of the Global Error Menu Icon's persistent opened state.
+extern const char kGlobalErrorMenuIconPersistentOpenedState[];
+
+// Description of the Global Error Menu Icon's persistent closed state.
+extern const char kGlobalErrorMenuIconPersistentClosedState[];
+
#endif // defined(OS_CHROMEOS) || defined(OS_LINUX) || defined(OS_MACOSX) ||
// defined(OS_WIN)

Powered by Google App Engine
This is Rietveld 408576698