summaryrefslogtreecommitdiffstats
path: root/content/browser/download/save_file_manager.h
diff options
context:
space:
mode:
authoravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-09 20:08:38 +0000
committeravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-09 20:08:38 +0000
commitcbee936231bafb19a7be8a2eec44470b40ad326b (patch)
tree9fa16580973989bd88aa2512a4ec4d91c5047626 /content/browser/download/save_file_manager.h
parent63d0b16f3b1a94ea57bbfa420b12fd0357337084 (diff)
downloadchromium_src-cbee936231bafb19a7be8a2eec44470b40ad326b.zip
chromium_src-cbee936231bafb19a7be8a2eec44470b40ad326b.tar.gz
chromium_src-cbee936231bafb19a7be8a2eec44470b40ad326b.tar.bz2
Removal of Profile from content part 7.
BUG=76788 TEST=no change visible Review URL: http://codereview.chromium.org/7575010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96046 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/download/save_file_manager.h')
-rw-r--r--content/browser/download/save_file_manager.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/content/browser/download/save_file_manager.h b/content/browser/download/save_file_manager.h
index 0e5d7b6..fb6a9a2 100644
--- a/content/browser/download/save_file_manager.h
+++ b/content/browser/download/save_file_manager.h
@@ -151,7 +151,8 @@ class SaveFileManager
// A cleanup helper that runs on the file thread.
void OnShutdown();
- // Called only on UI thread to get the SavePackage for a tab's profile.
+ // Called only on UI thread to get the SavePackage for a tab's browser
+ // context.
static SavePackage* GetSavePackageFromRenderIds(int render_process_id,
int review_view_id);
@@ -176,8 +177,8 @@ class SaveFileManager
// Notifications sent from the file thread and run on the UI thread.
- // Lookup the SaveManager for this TabContents' saving profile and inform it
- // the saving job has been started.
+ // Lookup the SaveManager for this TabContents' saving browser context and
+ // inform it the saving job has been started.
void OnStartSave(const SaveFileCreateInfo* info);
// Update the SavePackage with the current state of a started saving job.
// If the SavePackage for this saving job is gone, cancel the request.