| Index: ios/chrome/browser/ui/toolbar/web_toolbar_controller.h
|
| diff --git a/ios/chrome/browser/ui/toolbar/web_toolbar_controller.h b/ios/chrome/browser/ui/toolbar/web_toolbar_controller.h
|
| index 62d66196b9c10841f474a07eda6834c35ff92596..2b06653b1deac3287524e31405d8723555c90089 100644
|
| --- a/ios/chrome/browser/ui/toolbar/web_toolbar_controller.h
|
| +++ b/ios/chrome/browser/ui/toolbar/web_toolbar_controller.h
|
| @@ -46,9 +46,6 @@ extern const CGFloat kiPhoneOmniboxPlaceholderColorBrightness;
|
| - (IBAction)locationBarBeganEdit:(id)sender;
|
| // Called when the stack view controller is about to be shown.
|
| - (IBAction)prepareToEnterTabSwitcher:(id)sender;
|
| -// Loads the text entered in the location bar as javascript.
|
| -// Note: The JavaScript is executed asynchronously.
|
| -- (void)loadJavaScriptFromLocationBar:(NSString*)script;
|
| // Returns the WebState.
|
| - (web::WebState*)currentWebState;
|
| // Called when the toolbar height changes. Other elements, such as the web view,
|
|
|