| Index: third_party/WebKit/Source/web/WebViewImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebViewImpl.cpp b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| index 44603e10f47bc6df10c5de2ddd50d9d1b14767a8..b200bf6dda614bc7a0488ef9b142f21f51cec9ad 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| @@ -168,7 +168,6 @@
|
| #include "public/web/WebSelection.h"
|
| #include "public/web/WebViewClient.h"
|
| #include "public/web/WebWindowFeatures.h"
|
| -#include "web/DedicatedWorkerMessagingProxyProviderImpl.h"
|
| #include "web/PageOverlay.h"
|
| #include "web/PrerendererClientImpl.h"
|
| #include "web/StorageQuotaClientImpl.h"
|
| @@ -400,8 +399,6 @@ WebViewImpl::WebViewImpl(WebViewClient* client,
|
|
|
| ProvideStorageQuotaClientTo(*page_, StorageQuotaClientImpl::Create());
|
| page_->SetValidationMessageClient(ValidationMessageClientImpl::Create(*this));
|
| - ProvideDedicatedWorkerMessagingProxyProviderTo(
|
| - *page_, DedicatedWorkerMessagingProxyProviderImpl::Create(*page_));
|
| StorageNamespaceController::ProvideStorageNamespaceTo(*page_,
|
| &storage_client_impl_);
|
|
|
|
|