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 46b9aef07591cb5e26342c1299695e6f39e996a8..a926691bf3179a4439ccee32162a97cccbfea286 100644 |
--- a/ios/web/web_state/ui/crw_web_controller.h |
+++ b/ios/web/web_state/ui/crw_web_controller.h |
@@ -314,6 +314,9 @@ class WebStateImpl; |
// 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; |