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

Unified Diff: chrome/browser/sync_file_system/drive_backend/sync_worker.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/drive_backend/sync_worker.h
diff --git a/chrome/browser/sync_file_system/drive_backend/sync_worker.h b/chrome/browser/sync_file_system/drive_backend/sync_worker.h
index 36742c77a6291d561df0cec7dc0d442ffad7ca4a..01c1a4b8e24431824ef7a917f4e13413a1e8f7ac 100644
--- a/chrome/browser/sync_file_system/drive_backend/sync_worker.h
+++ b/chrome/browser/sync_file_system/drive_backend/sync_worker.h
@@ -18,6 +18,7 @@
#include "chrome/browser/sync_file_system/remote_file_sync_service.h"
#include "chrome/browser/sync_file_system/sync_action.h"
#include "chrome/browser/sync_file_system/sync_direction.h"
+#include "chrome/browser/sync_file_system/task_logger.h"
#include "net/base/network_change_notifier.h"
class ExtensionServiceInterface;
@@ -88,6 +89,7 @@ class SyncWorker : public SyncTaskManager::Client {
virtual void MaybeScheduleNextTask() OVERRIDE;
virtual void NotifyLastOperationStatus(
SyncStatusCode sync_status, bool used_network) OVERRIDE;
+ virtual void RecordTaskLog(scoped_ptr<TaskLogger::TaskLog> task_log) OVERRIDE;
void RegisterOrigin(const GURL& origin, const SyncStatusCallback& callback);
void EnableOrigin(const GURL& origin, const SyncStatusCallback& callback);

Powered by Google App Engine
This is Rietveld 408576698