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

Unified Diff: Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp

Issue 1044203004: [Storage] Cache storage inspection on all the frames! (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 9 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: Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp
diff --git a/Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp b/Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp
index 5a2e75b00b6aff57b58b8db64f46ebb830c90cfa..9460dbc06717e90062874ea6a47e4110037dc712 100644
--- a/Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp
+++ b/Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp
@@ -45,7 +45,6 @@
#include "modules/EventTargetModules.h"
#include "modules/fetch/GlobalFetch.h"
#include "modules/serviceworkers/CacheStorage.h"
-#include "modules/serviceworkers/InspectorServiceWorkerCacheAgent.h"
#include "modules/serviceworkers/ServiceWorkerClients.h"
#include "modules/serviceworkers/ServiceWorkerGlobalScopeClient.h"
#include "modules/serviceworkers/ServiceWorkerRegistration.h"
@@ -93,7 +92,6 @@ ServiceWorkerGlobalScope::ServiceWorkerGlobalScope(const KURL& url, const String
, m_hadErrorInTopLevelEventHandler(false)
, m_eventNestingLevel(0)
{
- workerInspectorController()->registerModuleAgent(InspectorServiceWorkerCacheAgent::create(this));
horo 2015/04/01 03:39:07 DevTools for ServiceWorker is communicating with W
dmurph 2015/04/02 20:59:03 Ah, you're right. Fixed.
}
ServiceWorkerGlobalScope::~ServiceWorkerGlobalScope()

Powered by Google App Engine
This is Rietveld 408576698