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

Unified Diff: ios/chrome/browser/ui/ntp/google_landing_consumer.h

Issue 2829003002: Add CommandDispatcher to BrowserViewController. (Closed)
Patch Set: Cleaner 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/ntp/google_landing_consumer.h
diff --git a/ios/chrome/browser/ui/ntp/google_landing_consumer.h b/ios/chrome/browser/ui/ntp/google_landing_consumer.h
index 3128124d9d127ec526f73d226174c446b44558c3..2bc1ab13e312d4806e6bc349b41ea312369d2a31 100644
--- a/ios/chrome/browser/ui/ntp/google_landing_consumer.h
+++ b/ios/chrome/browser/ui/ntp/google_landing_consumer.h
@@ -58,11 +58,6 @@
// Tell location bar has taken focus.
- (void)locationBarBecomesFirstResponder;
-// TODO(crbug.com/694750): This call will be removed once dispatching is
-// available.
-// Asks the consumer to execute a chrome command.
-- (void)chromeExecuteCommand:(id)sender;
-
@end
#endif // IOS_CHROME_BROWSER_UI_NTP_GOOGLE_LANDING_CONSUMER_H_

Powered by Google App Engine
This is Rietveld 408576698