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

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: Respond to review comments 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
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_,

Powered by Google App Engine
This is Rietveld 408576698