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

Unified Diff: trunk/src/content/browser/loader/resource_dispatcher_host_impl.h

Issue 196533013: Revert 256688 "Fix various issues in RedirectToFileResourceHandler." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 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: trunk/src/content/browser/loader/resource_dispatcher_host_impl.h
===================================================================
--- trunk/src/content/browser/loader/resource_dispatcher_host_impl.h (revision 256703)
+++ trunk/src/content/browser/loader/resource_dispatcher_host_impl.h (working copy)
@@ -186,7 +186,7 @@
// no longer needed.
void RegisterDownloadedTempFile(
int child_id, int request_id,
- const base::FilePath& file_path);
+ webkit_blob::ShareableFileReference* reference);
void UnregisterDownloadedTempFile(int child_id, int request_id);
// Needed for the sync IPC message dispatcher macros.

Powered by Google App Engine
This is Rietveld 408576698