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

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

Issue 16109008: Cleanup: Deprecate DriveFileSyncService::kServiceName (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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_change_processor.h
diff --git a/chrome/browser/sync_file_system/remote_change_processor.h b/chrome/browser/sync_file_system/remote_change_processor.h
index ab7191427fe91b9927cece5ac5390cfdf310a960..3a3d1054d251e9657beeb68999c3ee7f9f4984be 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

Powered by Google App Engine
This is Rietveld 408576698