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

Unified Diff: chrome/browser/sync_file_system/local/local_file_sync_service.h

Issue 98633003: SyncFS v2: Add modest logging for ApplyLocalChange, ApplyRemoteChange (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years 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/local/local_file_sync_service.h
diff --git a/chrome/browser/sync_file_system/local/local_file_sync_service.h b/chrome/browser/sync_file_system/local/local_file_sync_service.h
index 76d6dde86c708e64c032a4486b5fe2122a0f46fa..81c350e3db5fe5da438f964827c58714aaf114b4 100644
--- a/chrome/browser/sync_file_system/local/local_file_sync_service.h
+++ b/chrome/browser/sync_file_system/local/local_file_sync_service.h
@@ -195,6 +195,11 @@ class LocalFileSyncService
SyncStatusCode status,
const fileapi::FileSystemURL& url);
+ // Callback for ApplyRemoteChange.
+ void DidApplyRemoteChange(
+ const SyncStatusCallback& callback,
+ SyncStatusCode status);
+
// Callbacks for ProcessLocalChange.
void DidGetFileForLocalSync(
SyncStatusCode status,

Powered by Google App Engine
This is Rietveld 408576698