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

Unified Diff: chrome/browser/sync_file_system/remote_file_sync_service.h

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/remote_file_sync_service.h
diff --git a/chrome/browser/sync_file_system/remote_file_sync_service.h b/chrome/browser/sync_file_system/remote_file_sync_service.h
index fb55e1192b2d54df29dd425cde0883f8d5b4754e..b3caf01dc569eef89140b84c1652fa2f97527905 100644
--- a/chrome/browser/sync_file_system/remote_file_sync_service.h
+++ b/chrome/browser/sync_file_system/remote_file_sync_service.h
@@ -37,6 +37,7 @@ namespace sync_file_system {
class FileStatusObserver;
class LocalChangeProcessor;
class RemoteChangeProcessor;
+class TaskLogger;
enum RemoteServiceState {
// Remote service is up and running, or has not seen any errors yet.
@@ -130,7 +131,8 @@ class RemoteFileSyncService {
// for |context|.
static scoped_ptr<RemoteFileSyncService> CreateForBrowserContext(
BackendVersion version,
- content::BrowserContext* context);
+ content::BrowserContext* context,
+ TaskLogger* task_logger);
// Returns BrowserContextKeyedServiceFactory's an instance of
// RemoteFileSyncService for backend |version| depends on.

Powered by Google App Engine
This is Rietveld 408576698