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) |