| Index: third_party/WebKit/public/web/WebFrameClient.h
|
| diff --git a/third_party/WebKit/public/web/WebFrameClient.h b/third_party/WebKit/public/web/WebFrameClient.h
|
| index bc6314859ce7219f13cd1f6e9371f2a55a510c40..523b2d733fe7295b2fdcb2ff99cf42d49707e68c 100644
|
| --- a/third_party/WebKit/public/web/WebFrameClient.h
|
| +++ b/third_party/WebKit/public/web/WebFrameClient.h
|
| @@ -89,7 +89,6 @@ class WebMediaPlayerEncryptedMediaClient;
|
| class WebMediaPlayerSource;
|
| class WebMediaSession;
|
| class WebMediaStream;
|
| -class WebNotificationPermissionCallback;
|
| class WebServiceWorkerProvider;
|
| class WebSocketHandle;
|
| class WebPlugin;
|
| @@ -371,11 +370,6 @@ public:
|
| // Returns the effective connection type when the frame was fetched.
|
| virtual WebEffectiveConnectionType getEffectiveConnectionType() { return WebEffectiveConnectionType::TypeUnknown; }
|
|
|
| - // Web Notifications ---------------------------------------------------
|
| -
|
| - // Requests permission to display platform notifications on the origin of this frame.
|
| - virtual void requestNotificationPermission(const WebSecurityOrigin&, WebNotificationPermissionCallback* callback) { }
|
| -
|
|
|
| // Push API ---------------------------------------------------
|
|
|
|
|