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

Unified Diff: Source/web/WebDevToolsAgentImpl.h

Issue 1063653002: [DevTools] Cleanup after moving input to browser. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased Created 5 years, 8 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/devtools/protocol.json ('k') | Source/web/WebDevToolsAgentImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebDevToolsAgentImpl.h
diff --git a/Source/web/WebDevToolsAgentImpl.h b/Source/web/WebDevToolsAgentImpl.h
index 365d380fe6058fc7b8869889ff39668b0d7e1543..ce0bfc089a64c53489bcacfea493f56927525790 100644
--- a/Source/web/WebDevToolsAgentImpl.h
+++ b/Source/web/WebDevToolsAgentImpl.h
@@ -32,7 +32,6 @@
#define WebDevToolsAgentImpl_h
#include "core/inspector/InspectorFrontendChannel.h"
-#include "core/inspector/InspectorInputAgent.h"
#include "core/inspector/InspectorRuntimeAgent.h"
#include "core/inspector/InspectorStateClient.h"
#include "core/inspector/InspectorTracingAgent.h"
@@ -105,7 +104,7 @@ public:
void setLayerTreeId(int) override;
private:
- WebDevToolsAgentImpl(WebLocalFrameImpl*, WebDevToolsAgentClient*, InspectorOverlay*, PassOwnPtr<InspectorInputAgent::Client>);
+ WebDevToolsAgentImpl(WebLocalFrameImpl*, WebDevToolsAgentClient*, InspectorOverlay*);
// InspectorStateClient implementation.
void updateInspectorStateCookie(const WTF::String&) override;
@@ -142,7 +141,6 @@ private:
OwnPtrWillBeMember<InjectedScriptManager> m_injectedScriptManager;
OwnPtrWillBeMember<InspectorCompositeState> m_state;
RawPtrWillBeMember<InspectorOverlay> m_overlay;
- OwnPtr<InspectorInputAgent::Client> m_inputClient;
OwnPtrWillBeMember<AsyncCallTracker> m_asyncCallTracker;
RawPtrWillBeMember<InspectorInspectorAgent> m_inspectorAgent;
« no previous file with comments | « Source/devtools/protocol.json ('k') | Source/web/WebDevToolsAgentImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698