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

Unified Diff: components/sync/driver/glue/sync_backend_host_impl.h

Issue 2568743004: [Sync] Stop deleting LevelDB files when deleting Directory (Closed)
Patch Set: Only delete top level files in sync data folder. Created 4 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: components/sync/driver/glue/sync_backend_host_impl.h
diff --git a/components/sync/driver/glue/sync_backend_host_impl.h b/components/sync/driver/glue/sync_backend_host_impl.h
index 55d66860e63111390308544d3fc2a27d585bc30a..ded5cbc2751595a963f0e5cb924ff86daa2966ee 100644
--- a/components/sync/driver/glue/sync_backend_host_impl.h
+++ b/components/sync/driver/glue/sync_backend_host_impl.h
@@ -49,12 +49,11 @@ class SyncBackendHostImpl : public SyncEngine, public InvalidationHandler {
public:
typedef SyncStatus Status;
- SyncBackendHostImpl(
- const std::string& name,
- SyncClient* sync_client,
- invalidation::InvalidationService* invalidator,
- const base::WeakPtr<SyncPrefs>& sync_prefs,
- const base::FilePath& sync_folder);
+ SyncBackendHostImpl(const std::string& name,
+ SyncClient* sync_client,
+ invalidation::InvalidationService* invalidator,
+ const base::WeakPtr<SyncPrefs>& sync_prefs,
+ const base::FilePath& sync_data_folder);
~SyncBackendHostImpl() override;
// SyncEngine implementation.

Powered by Google App Engine
This is Rietveld 408576698