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

Unified Diff: components/browser_sync/profile_sync_service.h

Issue 2710623003: [sync] Clean up path generation for the local sync database. (Closed)
Patch Set: 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/browser_sync/profile_sync_service.h
diff --git a/components/browser_sync/profile_sync_service.h b/components/browser_sync/profile_sync_service.h
index ee7fa2f9e7d73680d692b5f2188feb659dd10acf..9a3a41b5371f382729a81498e0f8494bb64e0d24 100644
--- a/components/browser_sync/profile_sync_service.h
+++ b/components/browser_sync/profile_sync_service.h
@@ -786,9 +786,6 @@ class ProfileSyncService : public syncer::SyncServiceBase,
// engine to refresh its credentials.
bool is_auth_in_progress_;
- // The location where the local sync backend stores its data.
- base::FilePath local_sync_backend_folder_;
-
// Information describing an unrecoverable error.
UnrecoverableErrorReason unrecoverable_error_reason_;
std::string unrecoverable_error_message_;

Powered by Google App Engine
This is Rietveld 408576698