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

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

Issue 4247: Port some things in browser/{download,history}, minor things in common.... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 12 years, 3 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 | « chrome/browser/download/save_file.cc ('k') | chrome/browser/history/history_types.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/download/save_types.h
===================================================================
--- chrome/browser/download/save_types.h (revision 2786)
+++ chrome/browser/download/save_types.h (working copy)
@@ -35,11 +35,11 @@
: path(path),
url(url),
save_id(save_id),
- save_source(save_source),
render_process_id(-1),
render_view_id(-1),
request_id(-1),
- total_bytes(0) {
+ total_bytes(0),
+ save_source(save_source) {
}
SaveFileCreateInfo() : save_id(-1) {}
« no previous file with comments | « chrome/browser/download/save_file.cc ('k') | chrome/browser/history/history_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698