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

Unified Diff: Source/core/inspector/InspectorController.h

Issue 900543003: DevTools: do not abuse inspector controller for the front-end side plumbing. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed initializer. Created 5 years, 10 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/InspectorClient.h ('k') | Source/core/inspector/InspectorController.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/InspectorController.h
diff --git a/Source/core/inspector/InspectorController.h b/Source/core/inspector/InspectorController.h
index 4c080094e465aabc266552d4602a15849bd9be43..b1c73b271a2b9ad4bf9ea2a2ecf03527d7b04645 100644
--- a/Source/core/inspector/InspectorController.h
+++ b/Source/core/inspector/InspectorController.h
@@ -41,7 +41,6 @@
namespace blink {
class AsyncCallTracker;
-class ContextMenuProvider;
class LocalFrame;
class GraphicsContext;
class GraphicsLayer;
@@ -54,7 +53,6 @@ class InspectorCSSAgent;
class InspectorDOMAgent;
class InspectorFrontend;
class InspectorFrontendChannel;
-class InspectorFrontendClient;
class InspectorLayerTreeAgent;
class InspectorPageAgent;
class InspectorResourceAgent;
@@ -86,11 +84,6 @@ public:
void willBeDestroyed();
void registerModuleAgent(PassOwnPtrWillBeRawPtr<InspectorAgent>);
- void setInspectorFrontendClient(InspectorFrontendClient*);
- void didClearDocumentOfWindowObject(LocalFrame*);
- void setInjectedScriptForOrigin(const String& origin, const String& source);
- void showContextMenu(float x, float y, PassRefPtrWillBeRawPtr<ContextMenuProvider>);
-
void dispatchMessageFromFrontend(const String& message);
void connectFrontend(const String& hostId, InspectorFrontendChannel*);
@@ -160,7 +153,6 @@ private:
RawPtrWillBeMember<InspectorAnimationAgent> m_animationAgent;
RefPtrWillBeMember<InspectorBackendDispatcher> m_inspectorBackendDispatcher;
- InspectorFrontendClient* m_inspectorFrontendClient;
OwnPtr<InspectorFrontend> m_inspectorFrontend;
InspectorClient* m_inspectorClient;
InspectorAgentRegistry m_agents;
« no previous file with comments | « Source/core/inspector/InspectorClient.h ('k') | Source/core/inspector/InspectorController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698