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

Unified Diff: ios/chrome/browser/ui/toolbar/web_toolbar_controller.h

Issue 2829003002: Add CommandDispatcher to BrowserViewController. (Closed)
Patch Set: rohit comments Created 3 years, 8 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/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,
« no previous file with comments | « ios/chrome/browser/ui/ntp/new_tab_page_toolbar_controller.mm ('k') | ios/chrome/browser/ui/toolbar/web_toolbar_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698