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

Unified Diff: third_party/WebKit/Source/platform/v8_inspector/public/V8ProfilerAgent.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/platform/v8_inspector/public/V8ProfilerAgent.h
diff --git a/third_party/WebKit/Source/platform/v8_inspector/public/V8ProfilerAgent.h b/third_party/WebKit/Source/platform/v8_inspector/public/V8ProfilerAgent.h
index ee3175f22a564346a58a8c27fb7c2a6f50eecaa8..0e4613bf0a11ccc20c4157407773d9d2437f8fc0 100644
--- a/third_party/WebKit/Source/platform/v8_inspector/public/V8ProfilerAgent.h
+++ b/third_party/WebKit/Source/platform/v8_inspector/public/V8ProfilerAgent.h
@@ -11,7 +11,7 @@
namespace blink {
-class PLATFORM_EXPORT V8ProfilerAgent : public protocol::Dispatcher::ProfilerCommandHandler, public V8Debugger::Agent<protocol::Frontend::Profiler> {
+class PLATFORM_EXPORT V8ProfilerAgent : public protocol::Backend::Profiler, public V8Debugger::Agent<protocol::Frontend::Profiler> {
public:
static PassOwnPtr<V8ProfilerAgent> create(V8Debugger*);
virtual ~V8ProfilerAgent() { }

Powered by Google App Engine
This is Rietveld 408576698