| Index: content/public/browser/render_process_host.h
|
| diff --git a/content/public/browser/render_process_host.h b/content/public/browser/render_process_host.h
|
| index 96f6dd5845922cf9f8a94970264cc83f9685402f..62d65fca999490f31592be64bad59f5327b45c8c 100644
|
| --- a/content/public/browser/render_process_host.h
|
| +++ b/content/public/browser/render_process_host.h
|
| @@ -213,10 +213,6 @@ class CONTENT_EXPORT RenderProcessHost : public IPC::Sender,
|
| // 10 milliseconds.
|
| virtual base::TimeDelta GetChildProcessIdleTime() const = 0;
|
|
|
| - // Called to resume the requests for a view created through window.open that
|
| - // were initially blocked.
|
| - virtual void ResumeRequestsForView(int route_id) = 0;
|
| -
|
| // Checks that the given renderer can request |url|, if not it sets it to
|
| // about:blank.
|
| // |empty_allowed| must be set to false for navigations for security reasons.
|
|
|