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

Unified Diff: content/public/common/push_messaging_status.h

Issue 1231613005: Hook up the Push API with GCM's new ability to own encryption keys. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gcm-encryption
Patch Set: Created 5 years, 5 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 | « components/gcm_driver/gcm_driver_desktop.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/push_messaging_status.h
diff --git a/content/public/common/push_messaging_status.h b/content/public/common/push_messaging_status.h
index 2f9f6c138ca80339e69f4c0df511101d56cfbf92..191c28e12ba13fb0b015b4e46926f8c7bfef0bb2 100644
--- a/content/public/common/push_messaging_status.h
+++ b/content/public/common/push_messaging_status.h
@@ -58,7 +58,7 @@ enum PushRegistrationStatus {
// update PUSH_REGISTRATION_STATUS_LAST below.
PUSH_REGISTRATION_STATUS_LAST =
- PUSH_REGISTRATION_STATUS_INCOGNITO_PERMISSION_DENIED
+ PUSH_REGISTRATION_STATUS_PUBLIC_KEY_UNAVAILABLE
};
// Push unregistration success/error codes for internal use & reporting in UMA.
@@ -124,7 +124,7 @@ enum PushGetRegistrationStatus {
// update PUSH_GETREGISTRATION_STATUS_LAST below.
PUSH_GETREGISTRATION_STATUS_LAST =
- PUSH_GETREGISTRATION_STATUS_INCOGNITO_REGISTRATION_NOT_FOUND
+ PUSH_GETREGISTRATION_STATUS_PUBLIC_KEY_UNAVAILABLE
};
// Push message event success/error codes for internal use & reporting in UMA.
« no previous file with comments | « components/gcm_driver/gcm_driver_desktop.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698