Skip to content

Commit

Permalink
Remove GetWebNotificationManager from Platform
Browse files Browse the repository at this point in the history
After the removal of the WebNotificationManager class, Blink platforms
don't need to provide the GetWebNotificationManager function anymore.

Change-Id: I022c64cba92a03b2cf4c40a1bcfe81b430543e45
Reviewed-on: https://chromium-review.googlesource.com/1061355
Commit-Queue: Kinuko Yasuda <kinuko@chromium.org>
Reviewed-by: Kinuko Yasuda <kinuko@chromium.org>
Cr-Commit-Position: refs/heads/master@{#561084}
  • Loading branch information
Sebastian Amend authored and Commit Bot committed May 23, 2018
1 parent b7a3fd5 commit 246cf8e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -740,6 +740,7 @@ Sayan Nayak <sayan.nayak@samsung.com>
Scott Blomquist <sblom@microsoft.com>
Scott D Phillips <scott.d.phillips@intel.com>
Sean Bryant <sean@cyberwang.net>
Sebastian Amend <sebastian.amend@googlemail.com>
Seo Sanghyeon <sanxiyn@gmail.com>
Seokju Kwon <seokju.kwon@gmail.com>
SeongTae Jeong <ferendevelop.gl@gmail.com>
Expand Down
7 changes: 0 additions & 7 deletions third_party/blink/public/platform/platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ class WebMediaStream;
class WebMediaStreamCenter;
class WebMediaStreamCenterClient;
class WebMediaStreamTrack;
class WebNotificationManager;
class WebPluginListBuilder;
class WebPrescientNetworking;
class WebPublicSuffixList;
Expand Down Expand Up @@ -678,12 +677,6 @@ class BLINK_PLATFORM_EXPORT Platform {

virtual WebDatabaseObserver* DatabaseObserver() { return nullptr; }

// Web Notifications --------------------------------------------------

virtual WebNotificationManager* GetWebNotificationManager() {
return nullptr;
}

// Push API------------------------------------------------------------

virtual WebPushProvider* PushProvider() { return nullptr; }
Expand Down

0 comments on commit 246cf8e

Please sign in to comment.