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

Unified Diff: chrome/browser/sync_file_system/sync_file_system_service.cc

Issue 291403004: [SyncFS] Add TaskLogger and wire up it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 6 years, 7 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
Index: chrome/browser/sync_file_system/sync_file_system_service.cc
diff --git a/chrome/browser/sync_file_system/sync_file_system_service.cc b/chrome/browser/sync_file_system/sync_file_system_service.cc
index f10552d7ec5aa44a275cb068aa9451755d576875..fabcf71ab8086ff28aa8d298728d30bfa9f5613c 100644
--- a/chrome/browser/sync_file_system/sync_file_system_service.cc
+++ b/chrome/browser/sync_file_system/sync_file_system_service.cc
@@ -798,7 +798,7 @@ RemoteFileSyncService* SyncFileSystemService::GetRemoteService(
if (!v2_remote_service_) {
v2_remote_service_ = RemoteFileSyncService::CreateForBrowserContext(
- RemoteFileSyncService::V2, profile_);
+ RemoteFileSyncService::V2, profile_, &task_logger_);
scoped_ptr<RemoteSyncRunner> v2_remote_syncer(
new RemoteSyncRunner(kRemoteSyncNameV2, this,
v2_remote_service_.get()));

Powered by Google App Engine
This is Rietveld 408576698