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

Unified Diff: chrome/browser/sync/profile_sync_service.h

Issue 8496002: Sync: Improve handling of database load failures (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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/profile_sync_service.h
diff --git a/chrome/browser/sync/profile_sync_service.h b/chrome/browser/sync/profile_sync_service.h
index d1609163c5de4880108ae6eff5e9143bf1af8863..01ec6168fb8845218aca1e80b1087fa0ff8ede98 100644
--- a/chrome/browser/sync/profile_sync_service.h
+++ b/chrome/browser/sync/profile_sync_service.h
@@ -505,8 +505,9 @@ class ProfileSyncService : public browser_sync::SyncFrontend,
// Starts up the backend sync components.
void StartUp();
// Shuts down the backend sync components.
- // |sync_disabled| indicates if syncing is being disabled or not.
- void Shutdown(bool sync_disabled);
+ // |delete_stale_data| indicates whether or not we should delete the current
+ // sync database.
Nicolas Zea 2011/11/08 22:12:18 Elaborate a bit about why you would ever want to s
rlarocque 2011/11/11 22:24:56 I've decided not to do this rename. Instead I wil
+ void Shutdown(bool delete_stale_data);
// Return SyncCredentials from the TokenService.
sync_api::SyncCredentials GetCredentials();

Powered by Google App Engine
This is Rietveld 408576698