summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/sync_prefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/sync/sync_prefs.h')
-rw-r--r--chrome/browser/sync/sync_prefs.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/chrome/browser/sync/sync_prefs.h b/chrome/browser/sync/sync_prefs.h
index d2cc6ad..31d1d183 100644
--- a/chrome/browser/sync/sync_prefs.h
+++ b/chrome/browser/sync/sync_prefs.h
@@ -45,7 +45,6 @@ class SyncPrefObserver {
// sync_setup_wizard_unittest.cc
// two_client_preferences_sync_test.cc
class SyncPrefs : public base::SupportsWeakPtr<SyncPrefs>,
- public sync_notifier::InvalidationStateTracker,
public content::NotificationObserver {
public:
// |pref_service| may be NULL (for unit tests), but in that case no
@@ -106,12 +105,6 @@ class SyncPrefs : public base::SupportsWeakPtr<SyncPrefs>,
void SetSpareBootstrapToken(const std::string& token);
#endif
- // InvalidationStateTracker implementation.
- virtual sync_notifier::InvalidationVersionMap
- GetAllMaxVersions() const OVERRIDE;
- virtual void SetMaxVersion(syncable::ModelType model_type,
- int64 max_version) OVERRIDE;
-
// Merges the given set of types with the set of acknowledged types.
void AcknowledgeSyncedTypes(syncable::ModelTypeSet types);