Chromium Code Reviews| Index: content/browser/web_contents/web_contents_impl.h |
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h |
| index a1742d8172a31928d7befb3424091104e4008528..f07e0fdf4a31e39ceb882db897e6a99dda8b8d63 100644 |
| --- a/content/browser/web_contents/web_contents_impl.h |
| +++ b/content/browser/web_contents/web_contents_impl.h |
| @@ -686,6 +686,10 @@ class CONTENT_EXPORT WebContentsImpl |
| // Forces overscroll to be disabled (used by touch emulation). |
| void SetForceDisableOverscrollContent(bool force_disable); |
| +#if defined(OS_ANDROID) |
| + void ResumeLoadingCreatedWebContents(); |
|
jam
2015/04/20 16:05:41
nit: add comment and put it in the other android i
Maria
2015/04/20 23:40:07
Done.
|
| +#endif |
| + |
| AudioStateProvider* audio_state_provider() { |
| return audio_state_provider_.get(); |
| } |
| @@ -917,6 +921,9 @@ class CONTENT_EXPORT WebContentsImpl |
| // called once as this call also removes it from the internal map. |
| WebContentsImpl* GetCreatedWindow(int route_id); |
| + // Resume blocked requests for both the RenderViewHost and RenderFrameHost. |
| + void ResumeRequestsForCreatedWindow(WebContentsImpl& new_contents); |
| + |
| // Tracking loading progress ------------------------------------------------- |
| // Resets the tracking state of the current load. |