summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync_file_system/remote_change_processor.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/sync_file_system/remote_change_processor.h')
-rw-r--r--chrome/browser/sync_file_system/remote_change_processor.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/chrome/browser/sync_file_system/remote_change_processor.h b/chrome/browser/sync_file_system/remote_change_processor.h
index ab71914..3a3d105 100644
--- a/chrome/browser/sync_file_system/remote_change_processor.h
+++ b/chrome/browser/sync_file_system/remote_change_processor.h
@@ -42,15 +42,13 @@ class RemoteChangeProcessor {
RemoteChangeProcessor() {}
virtual ~RemoteChangeProcessor() {}
- // This must be called before processing the change for the |url|
- // for sync service |service_name|.
+ // This must be called before processing the change for the |url|.
// This tries to lock the target |url| and returns the local changes
// if any. (The change returned by the callback is to make a decision
// on conflict resolution, but NOT for applying local changes to the remote,
// which is supposed to be done by LocalChangeProcessor)
virtual void PrepareForProcessRemoteChange(
const fileapi::FileSystemURL& url,
- const std::string& service_name,
const PrepareChangeCallback& callback) = 0;
// This is called to apply the remote |change|. If the change type is