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

Unified Diff: chrome/browser/renderer_host/resource_handler.h

Issue 3455022: Revert 60378 (trying to track down http://crbug.com/56752 )- Flesh out URLLoa... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 3 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: chrome/browser/renderer_host/resource_handler.h
===================================================================
--- chrome/browser/renderer_host/resource_handler.h (revision 60424)
+++ chrome/browser/renderer_host/resource_handler.h (working copy)
@@ -80,12 +80,6 @@
// This is a signal that the associated URLRequest isn't valid anymore.
virtual void OnRequestClosed() = 0;
- // This notification is synthesized by the RedirectToFileResourceHandler
- // to indicate progress of 'download_to_file' requests. OnReadCompleted
- // calls are consumed by the RedirectToFileResourceHandler and replaced
- // with OnDataDownloaded calls.
- virtual void OnDataDownloaded(int request_id, int bytes_downloaded) {}
-
protected:
friend class ChromeThread;
friend class DeleteTask<ResourceHandler>;

Powered by Google App Engine
This is Rietveld 408576698