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

Unified Diff: ios/chrome/browser/ui/tools_menu/tools_menu_view_controller.h

Issue 2714043003: [ios] Creates ToolsMenuModel Class (Closed)
Patch Set: Created 3 years, 10 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: ios/chrome/browser/ui/tools_menu/tools_menu_view_controller.h
diff --git a/ios/chrome/browser/ui/tools_menu/tools_menu_view_controller.h b/ios/chrome/browser/ui/tools_menu/tools_menu_view_controller.h
index d1f4d507089665f24bb2db7b1559e2f53f6b8a6f..bf9e79d088b91c4257bbc4141d37eaf834b08fbd 100644
--- a/ios/chrome/browser/ui/tools_menu/tools_menu_view_controller.h
+++ b/ios/chrome/browser/ui/tools_menu/tools_menu_view_controller.h
@@ -15,24 +15,6 @@
// IDC_MinimumLabelValue) to avoid collisions.
#define IDC_TEMP_EDIT_BOOKMARK 3900
-// The a11y ID of the tools menu items (used by integration tests).
-extern NSString* const kToolsMenuNewTabId;
-extern NSString* const kToolsMenuNewIncognitoTabId;
-extern NSString* const kToolsMenuCloseAllTabsId;
-extern NSString* const kToolsMenuCloseAllIncognitoTabsId;
-extern NSString* const kToolsMenuBookmarksId;
-extern NSString* const kToolsMenuOtherDevicesId;
-extern NSString* const kToolsMenuHistoryId;
-extern NSString* const kToolsMenuReportAnIssueId;
-extern NSString* const kToolsMenuShareId;
-extern NSString* const kToolsMenuDataSavingsId;
-extern NSString* const kToolsMenuFindInPageId;
-extern NSString* const kToolsMenuReaderMode;
-extern NSString* const kToolsMenuRequestDesktopId;
-extern NSString* const kToolsMenuSettingsId;
-extern NSString* const kToolsMenuHelpId;
-extern NSString* const kToolsMenuSuggestionsId;
-
// Tools Popup Table Delegate Protocol
@protocol ToolsPopupTableDelegate<NSObject>
// Called when a menu item for command |commandID| is selected.
« no previous file with comments | « ios/chrome/browser/ui/tools_menu/tools_menu_model.mm ('k') | ios/chrome/test/earl_grey/chrome_earl_grey_ui.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698