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

Unified Diff: public/web/WebDevToolsAgent.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
« Source/web/WebDevToolsAgentImpl.cpp ('K') | « Source/web/WebDevToolsAgentImpl.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebDevToolsAgent.h
diff --git a/public/web/WebDevToolsAgent.h b/public/web/WebDevToolsAgent.h
index 3c8a8048a76ba9231a92fbf87b47adf921c1e5f5..755bf81386bb59c81fc1282b65deb52dc97664a8 100644
--- a/public/web/WebDevToolsAgent.h
+++ b/public/web/WebDevToolsAgent.h
@@ -49,7 +49,7 @@ public:
virtual void continueProgram() = 0;
- virtual void dispatchOnInspectorBackend(const WebString& message) = 0;
+ virtual void dispatchOnInspectorBackend(const WebString& message, bool ignoreInterrupt = false) = 0;
virtual void inspectElementAt(const WebPoint&) = 0;
virtual void setLayerTreeId(int) = 0;
« Source/web/WebDevToolsAgentImpl.cpp ('K') | « Source/web/WebDevToolsAgentImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698