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

Unified Diff: ios/chrome/browser/tabs/tab_unittest.mm

Issue 2718273003: Change return type of Tab -navigationManager. (Closed)
Patch Set: Fix BrowserViewControllerTest unit tests. Created 3 years, 10 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
« no previous file with comments | « ios/chrome/browser/tabs/tab_model_unittest.mm ('k') | ios/chrome/browser/ui/browser_view_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/tabs/tab_unittest.mm
diff --git a/ios/chrome/browser/tabs/tab_unittest.mm b/ios/chrome/browser/tabs/tab_unittest.mm
index a873a6571d5ee6fc1d0f853b639acbdf3ae26612..7441cc86e39081cb8d08d72b827b2755a34f3766 100644
--- a/ios/chrome/browser/tabs/tab_unittest.mm
+++ b/ios/chrome/browser/tabs/tab_unittest.mm
@@ -234,12 +234,12 @@ class TabTest : public BlockCleanupTest {
transition:ui::PAGE_TRANSITION_CLIENT_REDIRECT];
web::Referrer empty_referrer;
- [tab_ navigationManager]->AddPendingItem(
+ [tab_ navigationManagerImpl]->AddPendingItem(
redirectUrl, empty_referrer, ui::PAGE_TRANSITION_CLIENT_REDIRECT,
web::NavigationInitiationType::RENDERER_INITIATED);
web_state_impl_->OnProvisionalNavigationStarted(redirectUrl);
- [[tab_ navigationManager]->GetSessionController() commitPendingItem];
+ [[tab_ navigationManagerImpl]->GetSessionController() commitPendingItem];
[[tab_ webController] webStateImpl]->OnNavigationCommitted(redirectUrl);
[tab_ webDidStartLoadingURL:redirectUrl shouldUpdateHistory:YES];
« no previous file with comments | « ios/chrome/browser/tabs/tab_model_unittest.mm ('k') | ios/chrome/browser/ui/browser_view_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698