summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/profile_sync_service.h
diff options
context:
space:
mode:
authorrlarocque@chromium.org <rlarocque@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-02 00:24:47 +0000
committerrlarocque@chromium.org <rlarocque@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-02 00:24:47 +0000
commit0d0b59d9367b35ff7d6649c8dd1b5deaadf80bf4 (patch)
treed8d0587b03f8377c4f8ba110f5fffb1f6363db5a /chrome/browser/sync/profile_sync_service.h
parent64273a51beb774e449b1286fd4a69dddc35828a8 (diff)
downloadchromium_src-0d0b59d9367b35ff7d6649c8dd1b5deaadf80bf4.zip
chromium_src-0d0b59d9367b35ff7d6649c8dd1b5deaadf80bf4.tar.gz
chromium_src-0d0b59d9367b35ff7d6649c8dd1b5deaadf80bf4.tar.bz2
Remove syncer::IncomingInvalidationSource
Since we separated local and remote invalidations in r179546, we no longer need to differentiate between the two sources with an enum. The IncomingInvalidationSource is always REMOTE_INVALIDATION. This commit removes the IncomingInvalidationSource enum and the 'source' parameter that was part of the invalidator callback API. The callees can now safely assume that all invalidations have a 'remote' source. BUG=124143 Review URL: https://chromiumcodereview.appspot.com/12114012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180213 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/sync/profile_sync_service.h')
-rw-r--r--chrome/browser/sync/profile_sync_service.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/sync/profile_sync_service.h b/chrome/browser/sync/profile_sync_service.h
index ad5ca36..f3de3e4 100644
--- a/chrome/browser/sync/profile_sync_service.h
+++ b/chrome/browser/sync/profile_sync_service.h
@@ -278,8 +278,7 @@ class ProfileSyncService : public ProfileSyncServiceBase,
virtual void OnInvalidatorStateChange(
syncer::InvalidatorState state) OVERRIDE;
virtual void OnIncomingInvalidation(
- const syncer::ObjectIdInvalidationMap& invalidation_map,
- syncer::IncomingInvalidationSource source) OVERRIDE;
+ const syncer::ObjectIdInvalidationMap& invalidation_map) OVERRIDE;
// SyncFrontend implementation.
virtual void OnBackendInitialized(