| Index: chrome/browser/push_messaging/push_messaging_constants.h
|
| diff --git a/chrome/browser/push_messaging/push_messaging_constants.h b/chrome/browser/push_messaging/push_messaging_constants.h
|
| index 6ab91c57597836b109dcae1320108ac34adc9099..7830af0b48676d77e777cf8733fbc332ac16368d 100644
|
| --- a/chrome/browser/push_messaging/push_messaging_constants.h
|
| +++ b/chrome/browser/push_messaging/push_messaging_constants.h
|
| @@ -5,7 +5,8 @@
|
| #ifndef CHROME_BROWSER_PUSH_MESSAGING_PUSH_MESSAGING_CONSTANTS_H_
|
| #define CHROME_BROWSER_PUSH_MESSAGING_PUSH_MESSAGING_CONSTANTS_H_
|
|
|
| -extern const char kPushMessagingEndpoint[];
|
| +extern const char kPushMessagingGcmEndpoint[];
|
| +extern const char kPushMessagingPushProtocolEndpoint[];
|
|
|
| // The tag of the notification that will be automatically shown if a webapp
|
| // receives a push message then fails to show a notification.
|
|
|