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

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

Issue 612573005: [Sync] Clean up ProfileSyncService observer events (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/profile_sync_service.h
diff --git a/chrome/browser/sync/profile_sync_service.h b/chrome/browser/sync/profile_sync_service.h
index ac43cf81ce786167549950f3862336c359599b35..a8066bf49cdd36267409762b637c1c9faeb15fae 100644
--- a/chrome/browser/sync/profile_sync_service.h
+++ b/chrome/browser/sync/profile_sync_service.h
@@ -411,7 +411,6 @@ class ProfileSyncService : public ProfileSyncServiceBase,
virtual void OnDirectoryTypeStatusCounterUpdated(
syncer::ModelType type,
const syncer::StatusCounters& counters) OVERRIDE;
- virtual void OnSyncConfigureRetry() OVERRIDE;
virtual void OnConnectionStatusChange(
syncer::ConnectionStatus status) OVERRIDE;
virtual void OnPassphraseRequired(
@@ -432,7 +431,6 @@ class ProfileSyncService : public ProfileSyncServiceBase,
// DataTypeManagerObserver implementation.
virtual void OnConfigureDone(
const sync_driver::DataTypeManager::ConfigureResult& result) OVERRIDE;
- virtual void OnConfigureRetry() OVERRIDE;
virtual void OnConfigureStart() OVERRIDE;
// DataTypeEncryptionHandler implementation.

Powered by Google App Engine
This is Rietveld 408576698