Index: chrome/browser/flag_descriptions.h |
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h |
index 09f2ab698826a8e9e1e69c182cdc1bec59908686..c3d79c2c5370197a0544cc6a7cb25aa2d42b1d56 100644 |
--- a/chrome/browser/flag_descriptions.h |
+++ b/chrome/browser/flag_descriptions.h |
@@ -2995,6 +2995,21 @@ extern const char kOmniboxEntitySuggestionsDescription[]; |
extern const char kPauseBackgroundTabsName[]; |
extern const char kPauseBackgroundTabsDescription[]; |
+// 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) |