| 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
|
|
|