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

Unified Diff: sync/notifier/fake_invalidation_handler.cc

Issue 159773006: [invalidations] Added table with registered objectsIds (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@about_invalidations_clean
Patch Set: Created 6 years, 10 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/fake_invalidation_handler.cc
diff --git a/sync/notifier/fake_invalidation_handler.cc b/sync/notifier/fake_invalidation_handler.cc
index 30cb2fd34958fa095ecd34dc0859414cf0db548f..b65dae7f2c25a9d9a5f3bf25ac52b119a0098a52 100644
--- a/sync/notifier/fake_invalidation_handler.cc
+++ b/sync/notifier/fake_invalidation_handler.cc
@@ -35,4 +35,6 @@ void FakeInvalidationHandler::OnIncomingInvalidation(
++invalidation_count_;
}
+std::string FakeInvalidationHandler::GetOwnerName() { return "Fake"; }
+
} // namespace syncer

Powered by Google App Engine
This is Rietveld 408576698