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

Unified Diff: content/child/push_messaging/push_dispatcher.h

Issue 1129833003: Rename "register" -> "subscribe" in the Push Messaging code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@p-userVisible-tests
Patch Set: Created 5 years, 7 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: content/child/push_messaging/push_dispatcher.h
diff --git a/content/child/push_messaging/push_dispatcher.h b/content/child/push_messaging/push_dispatcher.h
index 5eaf550c2f7c74c2f836aa4e84069c252ea9b416..3ec697bae20a8cf7bd1ebc7fc5711c1d994999c9 100644
--- a/content/child/push_messaging/push_dispatcher.h
+++ b/content/child/push_messaging/push_dispatcher.h
@@ -18,7 +18,7 @@ class PushDispatcher : public WorkerThreadMessageFilter {
// Generates a process-unique new request id. Stores it in a map as key to
// |thread_id| and returns it. This method can be called on any thread.
- // Note that the registration requests from document contexts do not go via
+ // Note that the subscription requests from document contexts do not go via
// this class and their request ids may overlap with the ones generated here.
int GenerateRequestId(int thread_id);

Powered by Google App Engine
This is Rietveld 408576698