Index: chrome/browser/flag_descriptions.h |
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h |
index fa83a7f519642e3e8cba24ea898efcff26078cb9..6ec2fc741721016186e7c29c95a43b2c76d923d2 100644 |
--- a/chrome/browser/flag_descriptions.h |
+++ b/chrome/browser/flag_descriptions.h |
@@ -3014,20 +3014,11 @@ 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[]; |
+// Name of the flag to enable the new app menu icon. |
+extern const char kEnableNewAppMenuIconName[]; |
-// 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[]; |
+// Description of the flag to enable the new app menu icon. |
+extern const char kEnableNewAppMenuIconDescription[]; |
#endif // defined(OS_CHROMEOS) || defined(OS_LINUX) || defined(OS_MACOSX) || |
// defined(OS_WIN) |