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

Unified Diff: chrome/browser/sync/glue/bridged_sync_notifier.h

Issue 10824252: Revert 150990 - [Sync] Avoid unregistering object IDs on shutdown (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 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
« no previous file with comments | « no previous file | chrome/browser/sync/glue/bridged_sync_notifier.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/glue/bridged_sync_notifier.h
===================================================================
--- chrome/browser/sync/glue/bridged_sync_notifier.h (revision 150991)
+++ chrome/browser/sync/glue/bridged_sync_notifier.h (working copy)
@@ -28,13 +28,9 @@
virtual ~BridgedSyncNotifier();
// SyncNotifier implementation. Passes through all calls to the delegate.
- // RegisterHandler, UnregisterHandler, and UpdateRegisteredIds calls will
- // also be forwarded to the bridge.
- virtual void RegisterHandler(syncer::SyncNotifierObserver* handler) OVERRIDE;
+ // UpdateRegisteredIds calls will also be forwarded to the bridge.
virtual void UpdateRegisteredIds(syncer::SyncNotifierObserver* handler,
const syncer::ObjectIdSet& ids) OVERRIDE;
- virtual void UnregisterHandler(
- syncer::SyncNotifierObserver* handler) OVERRIDE;
virtual void SetUniqueId(const std::string& unique_id) OVERRIDE;
virtual void SetStateDeprecated(const std::string& state) OVERRIDE;
virtual void UpdateCredentials(
« no previous file with comments | « no previous file | chrome/browser/sync/glue/bridged_sync_notifier.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698