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

Unified Diff: chrome/browser/sync/invalidations/invalidator_storage.h

Issue 12847003: Separate invalidator and sync client ID (part 2/2) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix sync_listen_notifications utility Created 7 years, 9 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: chrome/browser/sync/invalidations/invalidator_storage.h
diff --git a/chrome/browser/sync/invalidations/invalidator_storage.h b/chrome/browser/sync/invalidations/invalidator_storage.h
index ac9f6ad8cda79c3f2deab0c245980f66d9b365b4..dcd3c6e26c7a95752f440c56efebad42adc90174 100644
--- a/chrome/browser/sync/invalidations/invalidator_storage.h
+++ b/chrome/browser/sync/invalidations/invalidator_storage.h
@@ -40,9 +40,6 @@ class InvalidatorStorage : public base::SupportsWeakPtr<InvalidatorStorage>,
explicit InvalidatorStorage(PrefService* pref_service);
virtual ~InvalidatorStorage();
- // Erases invalidation versions and state stored on disk.
- void Clear();
-
// InvalidationStateTracker implementation.
virtual syncer::InvalidationStateMap GetAllInvalidationStates() const
OVERRIDE;
@@ -54,6 +51,7 @@ class InvalidatorStorage : public base::SupportsWeakPtr<InvalidatorStorage>,
virtual std::string GetInvalidatorClientId() const OVERRIDE;
virtual void SetBootstrapData(const std::string& data) OVERRIDE;
virtual std::string GetBootstrapData() const OVERRIDE;
+ virtual void Clear() OVERRIDE;
virtual void GenerateAckHandles(
const syncer::ObjectIdSet& ids,
const scoped_refptr<base::TaskRunner>& task_runner,
« no previous file with comments | « chrome/browser/sync/glue/sync_backend_host.cc ('k') | chrome/browser/sync/invalidations/invalidator_storage.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698