| Index: content/browser/push_messaging/push_messaging_message_filter.cc
|
| diff --git a/content/browser/push_messaging/push_messaging_message_filter.cc b/content/browser/push_messaging/push_messaging_message_filter.cc
|
| index 8e151d73c6caf543bb8d33f888366eb34bbfa47f..5024d8ce33cd97c6151434280d68acc6c4fadd65 100644
|
| --- a/content/browser/push_messaging/push_messaging_message_filter.cc
|
| +++ b/content/browser/push_messaging/push_messaging_message_filter.cc
|
| @@ -22,6 +22,9 @@
|
| #include "third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionStatus.h"
|
|
|
| namespace content {
|
| +
|
| +const char kPushRegistrationIdServiceWorkerKey[] = "push_registration_id";
|
| +
|
| namespace {
|
|
|
| void RecordRegistrationStatus(PushRegistrationStatus status) {
|
| @@ -32,8 +35,6 @@ void RecordRegistrationStatus(PushRegistrationStatus status) {
|
| PUSH_REGISTRATION_STATUS_LAST + 1);
|
| }
|
|
|
| -const char kPushRegistrationIdServiceWorkerKey[] =
|
| - "push_registration_id";
|
| const char kSenderIdServiceWorkerKey[] =
|
| "push_sender_id";
|
|
|
|
|