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

Unified Diff: components/sync/driver/sync_service_base.h

Issue 2710623003: [sync] Clean up path generation for the local sync database. (Closed)
Patch Set: Shuffle code around. Created 3 years, 10 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: components/sync/driver/sync_service_base.h
diff --git a/components/sync/driver/sync_service_base.h b/components/sync/driver/sync_service_base.h
index 96a63055a15bd6dc25fca3f2d0787481189b8e63..4eec9aff264cd5464bdff050a221b3d273872262 100644
--- a/components/sync/driver/sync_service_base.h
+++ b/components/sync/driver/sync_service_base.h
@@ -121,7 +121,6 @@ class SyncServiceBase : public SyncService, public SyncEngineHost {
base::ThreadChecker thread_checker_;
private:
- bool GetLocalSyncConfig(base::FilePath* local_sync_backend_folder) const;
DISALLOW_COPY_AND_ASSIGN(SyncServiceBase);
};

Powered by Google App Engine
This is Rietveld 408576698