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

Unified Diff: third_party/WebKit/public/web/WebDevToolsAgent.h

Issue 1967933002: [DevTools] Dispatch messages to V8InspectorSession directly. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@1936593002
Patch Set: rebased Created 4 years, 7 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
Index: third_party/WebKit/public/web/WebDevToolsAgent.h
diff --git a/third_party/WebKit/public/web/WebDevToolsAgent.h b/third_party/WebKit/public/web/WebDevToolsAgent.h
index b8756555bcccdb450f5d1f50cf278186f3d51fd8..8024e7cee1eac5dcdb0d6e562093df05cb949e9f 100644
--- a/third_party/WebKit/public/web/WebDevToolsAgent.h
+++ b/third_party/WebKit/public/web/WebDevToolsAgent.h
@@ -62,6 +62,7 @@ public:
virtual ~MessageDescriptor() { }
virtual WebDevToolsAgent* agent() = 0;
virtual WebString message() = 0;
+ virtual WebString method() = 0;
};
// Asynchronously request debugger to pause immediately and run the command.
BLINK_EXPORT static void interruptAndDispatch(int sessionId, MessageDescriptor*);

Powered by Google App Engine
This is Rietveld 408576698