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

Unified Diff: content/public/browser/resource_dispatcher_host_delegate.cc

Issue 141163002: Make PrerenderTracker's resource_throttle_io_thread_map_ use RenderFrame IDs instead of RenderView … (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: simplify code Created 6 years, 11 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/public/browser/resource_dispatcher_host_delegate.cc
===================================================================
--- content/public/browser/resource_dispatcher_host_delegate.cc (revision 245386)
+++ content/public/browser/resource_dispatcher_host_delegate.cc (working copy)
@@ -28,15 +28,6 @@
ScopedVector<ResourceThrottle>* throttles) {
}
-void ResourceDispatcherHostDelegate::WillTransferRequestToNewProcess(
- int old_child_id,
- int old_route_id,
- int old_request_id,
- int new_child_id,
- int new_route_id,
- int new_request_id) {
-}
-
void ResourceDispatcherHostDelegate::DownloadStarting(
net::URLRequest* request,
ResourceContext* resource_context,

Powered by Google App Engine
This is Rietveld 408576698