Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(977)

Unified Diff: content/browser/renderer_host/render_widget_helper.h

Issue 12600018: ResourceScheduler should use renderer notifications instead of MRUCache to track renderers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reverse destruction order Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/renderer_host/render_widget_helper.h
diff --git a/content/browser/renderer_host/render_widget_helper.h b/content/browser/renderer_host/render_widget_helper.h
index 4e6b3ba728bfc6602b4668a7271877cc6077b29d..01afc03fbe29bfa03250f238c2ca3833f38bc141 100644
--- a/content/browser/renderer_host/render_widget_helper.h
+++ b/content/browser/renderer_host/render_widget_helper.h
@@ -125,7 +125,6 @@ class RenderWidgetHelper
// These three functions provide the backend implementation of the
// corresponding functions in RenderProcessHost. See those declarations
// for documentation.
- void CancelResourceRequests(int render_widget_id);
void SimulateSwapOutACK(const ViewMsg_SwapOut_Params& params);
bool WaitForBackingStoreMsg(int render_widget_id,
const base::TimeDelta& max_delay,
@@ -210,9 +209,6 @@ class RenderWidgetHelper
// Called on the UI thread to create a fullscreen widget.
void OnCreateFullscreenWidgetOnUI(int opener_id, int route_id);
- // Called on the IO thread to cancel resource requests for the render widget.
- void OnCancelResourceRequests(int render_widget_id);
-
// Called on the IO thread to resume a cross-site response, if the ack is
// not received as expected.
void OnSimulateSwapOutACK(const ViewMsg_SwapOut_Params& params);
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | content/browser/renderer_host/render_widget_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698