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

Unified Diff: ios/clean/chrome/browser/ui/tab/tab_coordinator.mm

Issue 2780423003: [ios] Use web_state_list in web_contents_mediator. (Closed)
Patch Set: Update unittests. Created 3 years, 9 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/clean/chrome/browser/ui/tab/tab_coordinator.mm
diff --git a/ios/clean/chrome/browser/ui/tab/tab_coordinator.mm b/ios/clean/chrome/browser/ui/tab/tab_coordinator.mm
index 59497cb2e159e0165b1fa94e3b025c0ca8759c21..3f7aaf7f6c7e36104ba9220464f4ad5d90dad3a6 100644
--- a/ios/clean/chrome/browser/ui/tab/tab_coordinator.mm
+++ b/ios/clean/chrome/browser/ui/tab/tab_coordinator.mm
@@ -52,7 +52,6 @@ const BOOL kUseBottomToolbar = NO;
base::MakeUnique<web::WebStateObserverBridge>(self.webState, self);
WebCoordinator* webCoordinator = [[WebCoordinator alloc] init];
- webCoordinator.webState = self.webState;
[self addChildCoordinator:webCoordinator];
// Unset the base view controller, so |webCoordinator| doesn't present its
// view controller.

Powered by Google App Engine
This is Rietveld 408576698