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

Unified Diff: components/sync_driver/data_type_manager_observer.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: components/sync_driver/data_type_manager_observer.h
diff --git a/components/sync_driver/data_type_manager_observer.h b/components/sync_driver/data_type_manager_observer.h
index 4e7289d9435a92da3ea8ada98c4c326335fce2fe..c5081d5a823893315068c534e38e32f9a0a7fa23 100644
--- a/components/sync_driver/data_type_manager_observer.h
+++ b/components/sync_driver/data_type_manager_observer.h
@@ -15,7 +15,6 @@ class DataTypeManagerObserver {
public:
virtual void OnConfigureDone(
const DataTypeManager::ConfigureResult& result) = 0;
- virtual void OnConfigureRetry() = 0;
virtual void OnConfigureStart() = 0;
protected:

Powered by Google App Engine
This is Rietveld 408576698