| Index: third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| index fc1a846d6d6379fd01d8e89ad50fd1f2a924087c..e63d2411564f6c532bd98f044790ab3db3e7a5d7 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| @@ -156,7 +156,6 @@
|
| #include "modules/audio_output_devices/AudioOutputDeviceClient.h"
|
| #include "modules/bluetooth/BluetoothSupplement.h"
|
| #include "modules/installedapp/InstalledAppController.h"
|
| -#include "modules/notifications/NotificationPermissionClient.h"
|
| #include "modules/presentation/PresentationController.h"
|
| #include "modules/push_messaging/PushController.h"
|
| #include "modules/screen_orientation/ScreenOrientationController.h"
|
| @@ -221,7 +220,6 @@
|
| #include "web/IndexedDBClientImpl.h"
|
| #include "web/LocalFileSystemClient.h"
|
| #include "web/NavigatorContentUtilsClientImpl.h"
|
| -#include "web/NotificationPermissionClientImpl.h"
|
| #include "web/RemoteFrameOwner.h"
|
| #include "web/SharedWorkerRepositoryClientImpl.h"
|
| #include "web/SuspendableScriptExecutor.h"
|
| @@ -1493,7 +1491,6 @@ void WebLocalFrameImpl::setCoreFrame(LocalFrame* frame)
|
| if (m_client)
|
| providePushControllerTo(*m_frame, m_client->pushClient());
|
|
|
| - provideNotificationPermissionClientTo(*m_frame, NotificationPermissionClientImpl::create());
|
| provideUserMediaTo(*m_frame, &m_userMediaClientImpl);
|
| provideIndexedDBClientTo(*m_frame, IndexedDBClientImpl::create());
|
| provideLocalFileSystemTo(*m_frame, LocalFileSystemClient::create());
|
|
|