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

Unified Diff: ios/chrome/browser/ui/browser_view_controller_unittest.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/browser_view_controller_unittest.mm
diff --git a/ios/chrome/browser/ui/browser_view_controller_unittest.mm b/ios/chrome/browser/ui/browser_view_controller_unittest.mm
index 11d3e6ee81d49dcdbb0facca1a986b8fe80c4122..72f2e7336d4e219db0b97ce256191e50440b4d31 100644
--- a/ios/chrome/browser/ui/browser_view_controller_unittest.mm
+++ b/ios/chrome/browser/ui/browser_view_controller_unittest.mm
@@ -236,7 +236,8 @@ class BrowserViewControllerTest : public BlockCleanupTest {
[[[factory stub] andReturn:nil]
newWebToolbarControllerWithDelegate:[OCMArg any]
urlLoader:[OCMArg any]
- preloadProvider:[OCMArg any]];
+ preloadProvider:[OCMArg any]
+ dispatcher:[OCMArg any]];
[[[factory stub] andReturn:shareController_] shareControllerInstance];
[[[factory stub] andReturn:passKitViewController_]
newPassKitViewControllerForPass:nil];
« no previous file with comments | « ios/chrome/browser/ui/browser_view_controller_dependency_factory.mm ('k') | ios/chrome/browser/ui/commands/browser_commands.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698