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

Unified Diff: third_party/WebKit/Source/core/inspector/InspectorRuntimeAgent.h

Issue 1810843002: DevTools: split protocol Dispatcher into Backend interface and the dispatcher itself. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/Source/core/inspector/InspectorRuntimeAgent.h
diff --git a/third_party/WebKit/Source/core/inspector/InspectorRuntimeAgent.h b/third_party/WebKit/Source/core/inspector/InspectorRuntimeAgent.h
index 7c92b6813b89d423c5623d12ca2893a25b39575d..c901166faaf06573a0dd4494a49bbacbadf0b861 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorRuntimeAgent.h
+++ b/third_party/WebKit/Source/core/inspector/InspectorRuntimeAgent.h
@@ -52,7 +52,7 @@ using protocol::Maybe;
class CORE_EXPORT InspectorRuntimeAgent
: public InspectorBaseAgent<InspectorRuntimeAgent, protocol::Frontend::Runtime>
- , public protocol::Dispatcher::RuntimeCommandHandler {
+ , public protocol::Backend::Runtime {
WTF_MAKE_NONCOPYABLE(InspectorRuntimeAgent);
public:
class Client {

Powered by Google App Engine
This is Rietveld 408576698