| 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_
|
|
|