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

Unified Diff: ios/clean/chrome/browser/ui/web_contents/web_coordinator.h

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/web_contents/web_coordinator.h
diff --git a/ios/clean/chrome/browser/ui/web_contents/web_coordinator.h b/ios/clean/chrome/browser/ui/web_contents/web_coordinator.h
index 1cb424d555578beb1420a1d32e932d6a7517b79d..addf34de8223d83afb72ef08648c0e6cb84d09cb 100644
--- a/ios/clean/chrome/browser/ui/web_contents/web_coordinator.h
+++ b/ios/clean/chrome/browser/ui/web_contents/web_coordinator.h
@@ -7,17 +7,9 @@
#import "ios/shared/chrome/browser/ui/coordinators/browser_coordinator.h"
-namespace web {
-class WebState;
-}
-
// A coordinator for a UI element that displays the web view associated with
-// |webState|.
+// the current active web state.
@interface WebCoordinator : BrowserCoordinator
-
-// The web state this coordinator is displaying.
-@property(nonatomic, assign) web::WebState* webState;
-
@end
#endif // IOS_CLEAN_CHROME_BROWSER_UI_WEB_CONTENTS_WEB_COORDINATOR_H_

Powered by Google App Engine
This is Rietveld 408576698