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

Unified Diff: chrome/browser/sync_file_system/local_file_sync_service.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/local_file_sync_service.h
diff --git a/chrome/browser/sync_file_system/local_file_sync_service.h b/chrome/browser/sync_file_system/local_file_sync_service.h
index cb5fb8a813871699953e746c91c5b046ff6f7172..63d12c13fd85adb4fa157f7ebc686c88a5212297 100644
--- a/chrome/browser/sync_file_system/local_file_sync_service.h
+++ b/chrome/browser/sync_file_system/local_file_sync_service.h
@@ -66,7 +66,6 @@ class LocalFileSyncService
void MaybeInitializeFileSystemContext(
const GURL& app_origin,
- const std::string& service_name,
fileapi::FileSystemContext* file_system_context,
const SyncStatusCallback& callback);
@@ -109,7 +108,6 @@ class LocalFileSyncService
// RemoteChangeProcessor overrides.
virtual void PrepareForProcessRemoteChange(
const fileapi::FileSystemURL& url,
- const std::string& service_name,
const PrepareChangeCallback& callback) OVERRIDE;
virtual void ApplyRemoteChange(
const FileChange& change,
@@ -171,7 +169,6 @@ class LocalFileSyncService
SyncStatusCode status);
void DidInitializeForRemoteSync(
const fileapi::FileSystemURL& url,
- const std::string& service_name,
fileapi::FileSystemContext* file_system_context,
const PrepareChangeCallback& callback,
SyncStatusCode status);

Powered by Google App Engine
This is Rietveld 408576698