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

Unified Diff: sync/notifier/invalidator_factory.cc

Issue 12022041: Separate local and remote sync invalidations (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 11 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 | « sync/internal_api/test/fake_sync_manager.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/notifier/invalidator_factory.cc
diff --git a/sync/notifier/invalidator_factory.cc b/sync/notifier/invalidator_factory.cc
index 9c746e2c9e67611d7a34c273ff12e174b31ce2dc..3f09f5f9d6a8e330cc80842f8773636bb051ee22 100644
--- a/sync/notifier/invalidator_factory.cc
+++ b/sync/notifier/invalidator_factory.cc
@@ -62,7 +62,8 @@ InvalidatorFactory::~InvalidatorFactory() {
Invalidator* InvalidatorFactory::CreateInvalidator() {
#if defined(OS_ANDROID)
- // Android uses ChromeSyncNotificationBridge exclusively.
+ // Android uses AndroidInvalidatorBridge instead. See SyncManager
+ // initialization code in SyncBackendHost for more information.
return NULL;
#else
return CreateDefaultInvalidator(notifier_options_,
« no previous file with comments | « sync/internal_api/test/fake_sync_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698