Index: chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.cc |
diff --git a/chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.cc b/chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.cc |
index 4773f3e787fd5458ccd494fabc1eae6b4c10d70b..1984d65a5dcc09efef35cc5b746fc6f619a71494 100644 |
--- a/chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.cc |
+++ b/chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.cc |
@@ -1088,6 +1088,10 @@ void DriveFileSyncService::NotifyLastOperationStatus( |
UpdateServiceStateFromLastOperationStatus(sync_status, last_gdata_error_); |
} |
+void DriveFileSyncService::RecordTaskLog(scoped_ptr<TaskLogger::TaskLog> log) { |
+ // V1 backend doesn't support per-task logging. |
+} |
+ |
// static |
std::string DriveFileSyncService::PathToTitle(const base::FilePath& path) { |
if (!IsSyncFSDirectoryOperationEnabled()) |