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

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

Issue 81923003: sync: add garbage collection to SessionsSyncManager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 c9bfd849a958ef2160cc49c1be7d777f78ae8bb7..d6e9a28c8d1e372ff12cc050c8f570d1aa2118c8 100644
--- a/chrome/browser/sync/profile_sync_service.h
+++ b/chrome/browser/sync/profile_sync_service.h
@@ -872,6 +872,8 @@ class ProfileSyncService
bool delete_sync_database,
UnrecoverableErrorReason reason);
+ bool IsSessionsDataTypeControllerRunning() const;
+
// Returns the username (in form of an email address) that should be used in
// the credentials.
std::string GetEffectiveUsername();

Powered by Google App Engine
This is Rietveld 408576698