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

Unified Diff: third_party/WebKit/Source/web/WebDevToolsAgentImpl.h

Issue 2585113005: DevTools: make ignoreInputEvents a static flag (Closed)
Patch Set: Created 4 years 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 | « no previous file | third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/web/WebDevToolsAgentImpl.h
diff --git a/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h b/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h
index 535b15cec636015e4c5ab177b8cbc86527ab1e90..87e3f044d846280616c104700d20f9e87624adbd 100644
--- a/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h
+++ b/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h
@@ -52,11 +52,9 @@ class InspectorResourceContainer;
class InspectorResourceContentLoader;
class LocalFrame;
class WebDevToolsAgentClient;
-class WebFrameWidgetImpl;
class WebLayerTreeView;
class WebLocalFrameImpl;
class WebString;
-class WebViewImpl;
class WebDevToolsAgentImpl final
: public GarbageCollectedFinalized<WebDevToolsAgentImpl>,
@@ -76,8 +74,6 @@ class WebDevToolsAgentImpl final
WebDevToolsAgentClient* client() { return m_client; }
InspectorOverlay* overlay() const { return m_overlay.get(); }
void flushProtocolNotifications();
- static void webViewImplClosed(WebViewImpl*);
- static void webFrameWidgetImplClosed(WebFrameWidgetImpl*);
// Instrumentation from web/ layer.
void didCommitLoadForLocalFrame(LocalFrame*);
« no previous file with comments | « no previous file | third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698