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

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

Issue 10501004: Refactor the guts of ResourceDispatcherHostImpl into a new class named (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 6 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/layered_resource_handler.h
===================================================================
--- content/browser/renderer_host/layered_resource_handler.h (revision 141889)
+++ content/browser/renderer_host/layered_resource_handler.h (working copy)
@@ -20,6 +20,7 @@
virtual ~LayeredResourceHandler();
// ResourceHandler implementation:
+ virtual void SetController(ResourceController* controller) OVERRIDE;
virtual bool OnUploadProgress(int request_id, uint64 position,
uint64 size) OVERRIDE;
virtual bool OnRequestRedirected(int request_id, const GURL& url,

Powered by Google App Engine
This is Rietveld 408576698