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

Unified Diff: ios/chrome/browser/ui/omnibox_perftest.mm

Issue 2965943002: [ios] Remove IDC_BACK and IDC_FORWARD
Patch Set: Rebase, self review. Created 3 years, 5 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/omnibox_perftest.mm
diff --git a/ios/chrome/browser/ui/omnibox_perftest.mm b/ios/chrome/browser/ui/omnibox_perftest.mm
index 66538decaee7cda1a0cc46427f978d4a7904df54..3f76fa39913e1bf9e13afae64ac14f427bca1b8e 100644
--- a/ios/chrome/browser/ui/omnibox_perftest.mm
+++ b/ios/chrome/browser/ui/omnibox_perftest.mm
@@ -107,7 +107,8 @@ class OmniboxPerfTest : public PerfTest {
initWithDelegate:webToolbarDelegate
urlLoader:urlLoader
browserState:chrome_browser_state_.get()
- preloadProvider:nil];
+ preloadProvider:nil
+ dispatcher:nil];
UIView* toolbarView = [toolbar_ view];
CGRect toolbarFrame = toolbarView.frame;
toolbarFrame.origin = CGPointZero;
« no previous file with comments | « ios/chrome/browser/ui/ntp/new_tab_page_toolbar_controller.mm ('k') | ios/chrome/browser/ui/toolbar/toolbar_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698