Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1237)

Unified Diff: third_party/WebKit/Source/web/WebViewImpl.cpp

Issue 2939623002: [DONT COMMIT] WIP: WorkerClientsInitializer (Closed)
Patch Set: finalize2 Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_);

Powered by Google App Engine
This is Rietveld 408576698