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

Unified Diff: chrome/browser/chromeos/gdata/gdata_system_service.cc

Issue 9844006: GData downloads cleanup (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: asanka review feedback Created 8 years, 9 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/chromeos/gdata/gdata_files.h ('k') | chrome/browser/chromeos/gdata/gdata_upload_file_info.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/gdata/gdata_system_service.cc
===================================================================
--- chrome/browser/chromeos/gdata/gdata_system_service.cc (revision 129387)
+++ chrome/browser/chromeos/gdata/gdata_system_service.cc (working copy)
@@ -44,9 +44,8 @@
g_browser_process->download_status_updater() ?
DownloadServiceFactory::GetForProfile(profile_)->GetDownloadManager() :
NULL;
- download_observer_->Initialize(
- file_system_->GetGDataTempDownloadFolderPath(),
- uploader_.get(), download_manager);
+ download_observer_->Initialize(uploader_.get(), download_manager,
+ file_system_->GetGDataTempDownloadFolderPath());
sync_client_->Initialize();
}
« no previous file with comments | « chrome/browser/chromeos/gdata/gdata_files.h ('k') | chrome/browser/chromeos/gdata/gdata_upload_file_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698