Index: chrome/browser/flag_descriptions.h |
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h |
index 09f2ab698826a8e9e1e69c182cdc1bec59908686..c4eb75cc691dd94e82ab78bcae80fc9cfbf0c9b6 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 app menu icon. |
+extern const char kAppMenuIconName[]; |
+ |
+// Description of the flag to change the app menu icon. |
+extern const char kAppMenuIconDescription[]; |
+ |
+// Description of the app menu icon's old appearance. |
+extern const char kAppMenuIconOldBehavior[]; |
+ |
+// Description of the app menu animated icon's persistent opened state. |
+extern const char kAppMenuIconPersistentOpenedState[]; |
+ |
+// Description of the app menu animated icon's persistent closed state. |
+extern const char kAppMenuIconPersistentClosedState[]; |
+ |
#endif // defined(OS_CHROMEOS) || defined(OS_LINUX) || defined(OS_MACOSX) || |
// defined(OS_WIN) |