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

Unified Diff: ios/web/web_state/ui/crw_web_controller.h

Issue 2842443002: Create NavigationContext right after the navigation was started. (Closed)
Patch Set: Fixed tests Created 3 years, 7 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 | « no previous file | ios/web/web_state/ui/crw_web_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/web_state/ui/crw_web_controller.h
diff --git a/ios/web/web_state/ui/crw_web_controller.h b/ios/web/web_state/ui/crw_web_controller.h
index 4f2531e381da14b0df04af04a253aeb04d0ab6a8..48b64f4ffb2afb3c6d94ded3e3d41ea6d1d3af21 100644
--- a/ios/web/web_state/ui/crw_web_controller.h
+++ b/ios/web/web_state/ui/crw_web_controller.h
@@ -253,11 +253,6 @@ class WebStateImpl;
- (CRWJSInjectionReceiver*)jsInjectionReceiver;
-// Load the correct HTML page for |error| in a native controller, retrieved
-// from the native provider. Call |loadNativeViewWithSuccess:NO| to load the
-// native controller.
-- (void)loadErrorInNativeView:(NSError*)error;
-
// Returns the native controller (if any) current mananging the content.
- (id<CRWNativeContent>)nativeController;
@end
« no previous file with comments | « no previous file | ios/web/web_state/ui/crw_web_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698