Index: content/browser/download/save_file_manager.h |
=================================================================== |
--- content/browser/download/save_file_manager.h (revision 121250) |
+++ content/browser/download/save_file_manager.h (working copy) |
@@ -102,7 +102,7 @@ |
int render_view_id, |
SaveFileCreateInfo::SaveFileSource save_source, |
const FilePath& file_full_path, |
- const content::ResourceContext& context, |
+ content::ResourceContext* context, |
SavePackage* save_package); |
// Notifications sent from the IO thread and run on the file thread: |
@@ -210,7 +210,7 @@ |
const GURL& referrer, |
int render_process_host_id, |
int render_view_id, |
- const content::ResourceContext* context); |
+ content::ResourceContext* context); |
// Handler for a notification sent to the IO thread for generating save id. |
void OnRequireSaveJobFromOtherSource(SaveFileCreateInfo* info); |
// Call ResourceDispatcherHost's CancelRequest method to execute cancel |