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

Unified Diff: content/common/push_messaging_messages.h

Issue 658783002: Split PushMessagingStatus enum according to use case (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update comment Created 6 years, 2 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 | « content/browser/push_messaging_router.cc ('k') | content/public/browser/browser_context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/push_messaging_messages.h
diff --git a/content/common/push_messaging_messages.h b/content/common/push_messaging_messages.h
index cd5e93edb7b8531764e060fd7c70f7f187127089..724d1a7e7258c34518c0553982ccf9e745bae598 100644
--- a/content/common/push_messaging_messages.h
+++ b/content/common/push_messaging_messages.h
@@ -11,8 +11,8 @@
#define IPC_MESSAGE_START PushMessagingMsgStart
-IPC_ENUM_TRAITS_MAX_VALUE(content::PushMessagingStatus,
- content::PUSH_MESSAGING_STATUS_LAST)
+IPC_ENUM_TRAITS_MAX_VALUE(content::PushRegistrationStatus,
+ content::PUSH_REGISTRATION_STATUS_LAST)
// Messages sent from the browser to the renderer.
@@ -23,7 +23,7 @@ IPC_MESSAGE_ROUTED3(PushMessagingMsg_RegisterSuccess,
IPC_MESSAGE_ROUTED2(PushMessagingMsg_RegisterError,
int32 /* callbacks_id */,
- content::PushMessagingStatus /* status */)
+ content::PushRegistrationStatus /* status */)
// Messages sent from the renderer to the browser.
« no previous file with comments | « content/browser/push_messaging_router.cc ('k') | content/public/browser/browser_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698