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

Unified Diff: sync/notifier/push_client_channel.h

Issue 116533006: Control invalidations network channel from TiclInvalidationService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 12 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/notifier/non_blocking_invalidator_unittest.cc ('k') | sync/notifier/push_client_channel.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/notifier/push_client_channel.h
diff --git a/sync/notifier/push_client_channel.h b/sync/notifier/push_client_channel.h
index fa029ab91cdef106bd44f142f48469df8986238e..5e4f92b06ab23d03477157edcec0aa7518c2a815 100644
--- a/sync/notifier/push_client_channel.h
+++ b/sync/notifier/push_client_channel.h
@@ -35,7 +35,8 @@ class SYNC_EXPORT_PRIVATE PushClientChannel
// If not connected, connects with the given credentials. If
// already connected, the next connection attempt will use the given
// credentials.
- void UpdateCredentials(const std::string& email, const std::string& token);
+ virtual void UpdateCredentials(const std::string& email,
+ const std::string& token) OVERRIDE;
// SyncNetworkChannel implementation.
virtual void SendEncodedMessage(const std::string& encoded_message) OVERRIDE;
« no previous file with comments | « sync/notifier/non_blocking_invalidator_unittest.cc ('k') | sync/notifier/push_client_channel.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698