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

Unified Diff: ios/clean/chrome/browser/ui/actions/tools_menu_actions.h

Issue 2737563006: [ios] Adds support for Find in Page to the new architecture. (Closed)
Patch Set: Partially hook up the text field Created 3 years, 9 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/clean/chrome/browser/ui/actions/tools_menu_actions.h
diff --git a/ios/clean/chrome/browser/ui/actions/tools_menu_actions.h b/ios/clean/chrome/browser/ui/actions/tools_menu_actions.h
index cd61a13b7d8d6d82983b4db963554b539a7b320d..2144c01759e32c96b669878997f2284a4c06293a 100644
--- a/ios/clean/chrome/browser/ui/actions/tools_menu_actions.h
+++ b/ios/clean/chrome/browser/ui/actions/tools_menu_actions.h
@@ -22,12 +22,15 @@
// in addition to other messages they send.
- (void)closeToolsMenu:(id)sender;
-// Displays the Tools menu.
-- (void)showToolsMenu:(id)sender;
+// Starts find in page and shows the find bar.
+- (void)showFindInPage;
// Displays the Share menu.
- (void)showShareMenu:(id)sender;
+// Displays the Tools menu.
+- (void)showToolsMenu:(id)sender;
+
@end
#endif // IOS_CLEAN_CHROME_BROWSER_UI_ACTIONS_TOOLS_MENU_ACTIONS_H_

Powered by Google App Engine
This is Rietveld 408576698