| Index: content/renderer/push_messaging_dispatcher.h
|
| diff --git a/content/renderer/push_messaging_dispatcher.h b/content/renderer/push_messaging_dispatcher.h
|
| index 9eb32d6877d8ae606529406c15a780f51c8e7645..33ac7bde97a43aa29da52efb07f2560e8d02ecb1 100644
|
| --- a/content/renderer/push_messaging_dispatcher.h
|
| +++ b/content/renderer/push_messaging_dispatcher.h
|
| @@ -8,6 +8,7 @@
|
| #include <string>
|
|
|
| #include "base/id_map.h"
|
| +#include "content/public/common/push_messaging_status.h"
|
| #include "content/public/renderer/render_frame_observer.h"
|
| #include "third_party/WebKit/public/platform/WebPushClient.h"
|
|
|
| @@ -48,7 +49,7 @@ class PushMessagingDispatcher : public RenderFrameObserver,
|
| const GURL& endpoint,
|
| const std::string& registration_id);
|
|
|
| - void OnRegisterError(int32 callbacks_id);
|
| + void OnRegisterError(int32 callbacks_id, PushMessagingStatus status);
|
|
|
| IDMap<blink::WebPushRegistrationCallbacks, IDMapOwnPointer>
|
| registration_callbacks_;
|
|
|