Index: Source/web/WebViewImpl.cpp |
diff --git a/Source/web/WebViewImpl.cpp b/Source/web/WebViewImpl.cpp |
index 0122e63efa6fe4bc1aba3330011a532f4c4af544..d7b7ab0bc39dc2fbf6c8d4d977cc4e56586eb49d 100644 |
--- a/Source/web/WebViewImpl.cpp |
+++ b/Source/web/WebViewImpl.cpp |
@@ -90,7 +90,6 @@ |
#include "modules/encryptedmedia/MediaKeysController.h" |
#include "modules/filesystem/InspectorFileSystemAgent.h" |
#include "modules/indexeddb/InspectorIndexedDBAgent.h" |
-#include "modules/push_messaging/PushController.h" |
#include "platform/ContextMenu.h" |
#include "platform/ContextMenuItem.h" |
#include "platform/Cursor.h" |
@@ -449,7 +448,6 @@ WebViewImpl::WebViewImpl(WebViewClient* client) |
m_page->makeOrdinary(); |
if (m_client) { |
- providePushControllerTo(*m_page, m_client->webPushClient()); |
setDeviceScaleFactor(m_client->screenInfo().deviceScaleFactor); |
setVisibilityState(m_client->visibilityState(), true); |
} |