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

Unified Diff: sync/notifier/gcm_network_channel_delegate.h

Issue 225403021: Extract Profile-independent GCMService from GCMProfileService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Restore real IO thread in unit tests. Remove sources of flakiness by waiting instead of pumping whe… Created 6 years, 8 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/gcm_network_channel.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/notifier/gcm_network_channel_delegate.h
diff --git a/sync/notifier/gcm_network_channel_delegate.h b/sync/notifier/gcm_network_channel_delegate.h
index ff371ebef4f8cf43fc1bdbf7f58dc13882261f74..36485a19293c762eb6fb4f59651cfac9be75a133 100644
--- a/sync/notifier/gcm_network_channel_delegate.h
+++ b/sync/notifier/gcm_network_channel_delegate.h
@@ -40,8 +40,8 @@ class GCMNetworkChannelDelegate {
// Invalidate access token that was rejected by server.
virtual void InvalidateToken(const std::string& token) = 0;
- // Request registration_id from GCMProfileService. Callback should be called
- // with either registration id or error code.
+ // Request registration_id from GCMService. Callback should be called with
+ // either registration id or error code.
virtual void Register(RegisterCallback callback) = 0;
// Provide callback for incoming messages from GCM.
virtual void SetMessageReceiver(MessageCallback callback) = 0;
« no previous file with comments | « sync/notifier/gcm_network_channel.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698