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

Unified Diff: Source/web/WebDevToolsAgentImpl.h

Issue 932523003: DevTools: [Blink-side] Fix debugger command order (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 | « no previous file | Source/web/WebDevToolsAgentImpl.cpp » ('j') | Source/web/WebDevToolsAgentImpl.cpp » ('J')
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 59352aac46e242cca2227ce61bc9c287a8cbce3b..f01cf07be2c905d971923063077c51df366cdabb 100644
--- a/Source/web/WebDevToolsAgentImpl.h
+++ b/Source/web/WebDevToolsAgentImpl.h
@@ -75,7 +75,7 @@ public:
virtual void reattach(const WebString& hostId, const WebString& savedState) override;
virtual void detach() override;
virtual void continueProgram() override;
- virtual void dispatchOnInspectorBackend(const WebString& message) override;
+ virtual void dispatchOnInspectorBackend(const WebString& message, bool ignoreInterrupt = false) override;
virtual void inspectElementAt(const WebPoint&) override;
virtual void evaluateInWebInspector(long callId, const WebString& script) override;
virtual void setLayerTreeId(int) override;
« no previous file with comments | « no previous file | Source/web/WebDevToolsAgentImpl.cpp » ('j') | Source/web/WebDevToolsAgentImpl.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698