| 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 a926691bf3179a4439ccee32162a97cccbfea286..46b9aef07591cb5e26342c1299695e6f39e996a8 100644
|
| --- a/ios/web/web_state/ui/crw_web_controller.h
|
| +++ b/ios/web/web_state/ui/crw_web_controller.h
|
| @@ -314,9 +314,6 @@
|
| // Returns the header height.
|
| - (CGFloat)headerHeight;
|
|
|
| -// Loads the HTML into the page at the given URL.
|
| -- (void)loadHTML:(NSString*)HTML forURL:(const GURL&)URL;
|
| -
|
| // Caches request POST data in the given session entry. Exposed for testing.
|
| - (void)cachePOSTDataForRequest:(NSURLRequest*)request
|
| inSessionEntry:(CRWSessionEntry*)currentSessionEntry;
|
|
|