summaryrefslogtreecommitdiffstats
path: root/chrome/browser/download/download_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/download/download_file.h')
-rw-r--r--chrome/browser/download/download_file.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/download/download_file.h b/chrome/browser/download/download_file.h
index 3527131..4d2336b 100644
--- a/chrome/browser/download/download_file.h
+++ b/chrome/browser/download/download_file.h
@@ -103,7 +103,7 @@ class DownloadFile {
int64 bytes_so_far() const { return bytes_so_far_; }
int id() const { return id_; }
FilePath full_path() const { return full_path_; }
- int render_process_id() const { return render_process_id_; }
+ int child_id() const { return child_id_; }
int render_view_id() const { return render_view_id_; }
int request_id() const { return request_id_; }
bool path_renamed() const { return path_renamed_; }
@@ -131,7 +131,7 @@ class DownloadFile {
int id_;
// IDs for looking up the tab we are associated with.
- int render_process_id_;
+ int child_id_;
int render_view_id_;
// Handle for informing the ResourceDispatcherHost of a UI based cancel.