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

Unified Diff: content/browser/download/save_file_manager.h

Issue 7575010: Removal of Profile from content part 7. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 years, 4 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
« no previous file with comments | « content/browser/chrome_blob_storage_context.h ('k') | content/browser/download/save_package.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/download/save_file_manager.h
diff --git a/content/browser/download/save_file_manager.h b/content/browser/download/save_file_manager.h
index 0e5d7b631e2653e2a17ab21d1a9d1036c2ddd79a..fb6a9a2294d1f94a5b8f972078caee62aca567cb 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.
« no previous file with comments | « content/browser/chrome_blob_storage_context.h ('k') | content/browser/download/save_package.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698