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