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

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

Issue 17911005: Merge 208347 "Revert 208315 "Make use of InvalidationService"" (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1547/src/
Patch Set: Created 7 years, 6 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_observer.h
===================================================================
--- chrome/browser/sync/profile_sync_service_observer.h (revision 208727)
+++ chrome/browser/sync/profile_sync_service_observer.h (working copy)
@@ -16,11 +16,6 @@
// - The sync servers are unavailable at this time.
// - Credentials are now in flight for authentication.
virtual void OnStateChanged() = 0;
-
- // If a client wishes to handle sync cycle completed events in a special way,
- // they can use this function. By default, it re-routes to OnStateChanged().
- virtual void OnSyncCycleCompleted();
-
protected:
virtual ~ProfileSyncServiceObserver() { }
};
« no previous file with comments | « chrome/browser/sync/profile_sync_service_harness.cc ('k') | chrome/browser/sync/profile_sync_service_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698