Index: content/public/browser/web_contents.h |
diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h |
index 43804129322c4ed56ffc7b451c6ae1e5b84bfc2d..66a670f75b572b2b19e50936239714ad03780870 100644 |
--- a/content/public/browser/web_contents.h |
+++ b/content/public/browser/web_contents.h |
@@ -632,6 +632,10 @@ class WebContents : public PageNavigator, |
CONTENT_EXPORT static WebContents* FromJavaWebContents( |
jobject jweb_contents_android); |
virtual base::android::ScopedJavaLocalRef<jobject> GetJavaWebContents() = 0; |
+ |
+ // Used by Android only in DocumentMode to resume loading contents created |
jam
2015/04/20 16:05:41
nit: remove the redundant "by Android only" since
Maria
2015/04/20 23:40:07
Done.
|
+ // in new window. |
+ virtual void ResumeLoadingCreatedWebContents() = 0; |
#elif defined(OS_MACOSX) |
// Allowing other views disables optimizations which assume that only a single |
// WebContents is present. |