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

Unified Diff: sync/notifier/sync_system_resources_unittest.cc

Issue 116533006: Control invalidations network channel from TiclInvalidationService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 7 years 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/sync_system_resources_unittest.cc
diff --git a/sync/notifier/sync_system_resources_unittest.cc b/sync/notifier/sync_system_resources_unittest.cc
index f63e90621a0deaed0cde46525dce0cfdd6759d5a..632b11d0b2c3b772a06854fa8d6cfd0266d6ebba 100644
--- a/sync/notifier/sync_system_resources_unittest.cc
+++ b/sync/notifier/sync_system_resources_unittest.cc
@@ -188,6 +188,10 @@ class TestSyncNetworkChannel : public SyncNetworkChannel {
last_encoded_message_ = encoded_message;
}
+ virtual void UpdateCredentials(const std::string& email,
+ const std::string& token) OVERRIDE {
+ }
+
std::string last_encoded_message_;
};

Powered by Google App Engine
This is Rietveld 408576698