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

Side by Side Diff: third_party/WebKit/Source/platform/v8_inspector/public/V8DebuggerAgent.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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef V8DebuggerAgent_h
6 #define V8DebuggerAgent_h
7
8 #include "platform/PlatformExport.h"
9 #include "platform/inspector_protocol/Dispatcher.h"
10 #include "platform/v8_inspector/public/V8Debugger.h"
11
12 namespace blink {
13
14 class V8RuntimeAgent;
15
16 class PLATFORM_EXPORT V8DebuggerAgent : public protocol::Backend::Debugger, publ ic V8Debugger::Agent<protocol::Frontend::Debugger> {
17 public:
18 virtual ~V8DebuggerAgent() { }
19 };
20
21 } // namespace blink
22
23
24 #endif // V8DebuggerAgent_h
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698