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 b434b57693b0aca656b7b0578d975281baf81bbb..e9369e68bfd41e9bb69b6c010df36558b893470b 100644 |
--- a/ios/web/web_state/ui/crw_web_controller.h |
+++ b/ios/web/web_state/ui/crw_web_controller.h |
@@ -194,6 +194,9 @@ class WebStateImpl; |
withStateObject:(NSString*)stateObject; |
// Loads the HTML into the page. |
- (void)loadHTML:(NSString*)html; |
+// Loads HTML in the page and presents it as if it was originating from an |
+// application specific URL. |
+- (void)loadHTML:(NSString*)HTML forAppSpecificURL:(const GURL&)URL; |
// Causes the page to start loading immediately if there is a pending load; |
// normally if the web view has been paged out for memory reasons, loads are |