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

Unified Diff: Source/core/workers/WorkerGlobalScopeProxy.h

Issue 477313002: DevTools: Extract WorkerInspectorProxy interface from WorkerGlobalScopeProxy. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Comments addressed. Created 6 years, 4 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
« no previous file with comments | « Source/core/inspector/InspectorWorkerAgent.cpp ('k') | Source/core/workers/WorkerInspectorProxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/workers/WorkerGlobalScopeProxy.h
diff --git a/Source/core/workers/WorkerGlobalScopeProxy.h b/Source/core/workers/WorkerGlobalScopeProxy.h
index 162dfb53dd766d7bc858c458ecf578100314516e..13bbe9c7722cbf3c5e35b3e9dce5fe3c89556de6 100644
--- a/Source/core/workers/WorkerGlobalScopeProxy.h
+++ b/Source/core/workers/WorkerGlobalScopeProxy.h
@@ -55,16 +55,6 @@ namespace blink {
virtual bool hasPendingActivity() const = 0;
virtual void workerObjectDestroyed() = 0;
-
- class PageInspector {
- public:
- virtual ~PageInspector() { }
- virtual void dispatchMessageFromWorker(const String&) = 0;
- };
- virtual void connectToInspector(PageInspector*) { }
- virtual void disconnectFromInspector() { }
- virtual void sendMessageToInspector(const String&) { }
- virtual void writeTimelineStartedEvent(const String& sessionId) { }
};
} // namespace blink
« no previous file with comments | « Source/core/inspector/InspectorWorkerAgent.cpp ('k') | Source/core/workers/WorkerInspectorProxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698