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

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

Issue 10069016: TabContents -> WebContentsImpl, part 9. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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/download/save_package.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/download/save_types.h
diff --git a/content/browser/download/save_types.h b/content/browser/download/save_types.h
index 67a8ea7eb1bdab43fe7c29b88b830f60a960404f..572c4396788c63db98452205c0e96a6e1fa9249a 100644
--- a/content/browser/download/save_types.h
+++ b/content/browser/download/save_types.h
@@ -52,7 +52,7 @@ struct SaveFileCreateInfo {
// The unique identifier for saving job, assigned at creation by
// the SaveFileManager for its internal record keeping.
int save_id;
- // IDs for looking up the tab we are associated with.
+ // IDs for looking up the contents we are associated with.
int render_process_id;
int render_view_id;
// Handle for informing the ResourceDispatcherHost of a UI based cancel.
« no previous file with comments | « content/browser/download/save_package.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698