| 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.
|
|
|