Index: public/web/WebFrameClient.h |
diff --git a/public/web/WebFrameClient.h b/public/web/WebFrameClient.h |
index 17e7770b70bf3fa18b29158ec3d24353233ff509..77fb073dd4feab2003a272ccb28c0004b5fdbdff 100644 |
--- a/public/web/WebFrameClient.h |
+++ b/public/web/WebFrameClient.h |
@@ -71,7 +71,6 @@ class WebMediaPlayer; |
class WebMediaPlayerClient; |
class WebMIDIClient; |
class WebNotificationPermissionCallback; |
-class WebNotificationPresenter; |
class WebServiceWorkerProvider; |
class WebServiceWorkerProviderClient; |
class WebSocketHandle; |
@@ -321,10 +320,6 @@ public: |
// Requests permission to display platform notifications on the origin of this frame. |
virtual void requestNotificationPermission(const WebSecurityOrigin&, WebNotificationPermissionCallback* callback) { } |
- // Called to retrieve the provider of desktop notifications. |
- // FIXME: Remove this method once the presenter is obtained through Platform. |
- virtual WebNotificationPresenter* notificationPresenter() { return 0; } |
- |
// Editing ------------------------------------------------------------- |