| Index: content/public/browser/render_process_host.h
|
| ===================================================================
|
| --- content/public/browser/render_process_host.h (revision 147827)
|
| +++ content/public/browser/render_process_host.h (working copy)
|
| @@ -194,6 +194,10 @@
|
| // with that surface.
|
| virtual void SurfaceUpdated(int32 surface_id) = 0;
|
|
|
| + // Called to resume the requests for a view created through window.open that
|
| + // were initially blocked.
|
| + virtual void ResumeRequestsForView(int route_id) = 0;
|
| +
|
| // Static management functions -----------------------------------------------
|
|
|
| // Flag to run the renderer in process. This is primarily
|
|
|