diff options
author | dcheng@chromium.org <dcheng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-21 19:40:33 +0000 |
---|---|---|
committer | dcheng@chromium.org <dcheng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-21 19:40:33 +0000 |
commit | 877197584abc8883cbccc3bd83240a9be6c2e16e (patch) | |
tree | 36da6824a41c80c87f1b95dc1c8cf1f4a9e4571c /sync/internal_api/sync_manager_impl.h | |
parent | 8e2dd2741c41e5090aee5f8bc31349ff6d9c0fed (diff) | |
download | chromium_src-877197584abc8883cbccc3bd83240a9be6c2e16e.zip chromium_src-877197584abc8883cbccc3bd83240a9be6c2e16e.tar.gz chromium_src-877197584abc8883cbccc3bd83240a9be6c2e16e.tar.bz2 |
Refactor sync-specific parts out of SyncNotifier/SyncNotifierObserver
Sort of. SendNotification() is still there. Perhaps we want to split the interfaces completely.
BUG=124149
TEST=tests should still pass, no observable behavior change
Review URL: https://chromiumcodereview.appspot.com/10702074
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147801 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sync/internal_api/sync_manager_impl.h')
-rw-r--r-- | sync/internal_api/sync_manager_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sync/internal_api/sync_manager_impl.h b/sync/internal_api/sync_manager_impl.h index b353c42..bcb2c97 100644 --- a/sync/internal_api/sync_manager_impl.h +++ b/sync/internal_api/sync_manager_impl.h @@ -167,7 +167,7 @@ class SyncManagerImpl : public SyncManager, virtual void OnNotificationsDisabled( NotificationsDisabledReason reason) OVERRIDE; virtual void OnIncomingNotification( - const ModelTypePayloadMap& type_payloads, + const ObjectIdPayloadMap& id_payloads, IncomingNotificationSource source) OVERRIDE; // Called only by our NetworkChangeNotifier. |