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

Side by Side Diff: third_party/WebKit/Source/platform/v8_inspector/public/V8Inspector.cpp

Issue 2012753003: DevTools: consolidate protocol generators for front-end, backend and type builder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 5
6 #include "platform/v8_inspector/public/V8Inspector.h" 6 #include "platform/v8_inspector/public/V8Inspector.h"
7 7
8 #include "platform/inspector_protocol/Dispatcher.h" 8 #include "platform/inspector_protocol/DispatcherBase.h"
9 #include "platform/v8_inspector/V8StringUtil.h" 9 #include "platform/v8_inspector/V8StringUtil.h"
10 #include "platform/v8_inspector/public/V8Debugger.h" 10 #include "platform/v8_inspector/public/V8Debugger.h"
11 #include "platform/v8_inspector/public/V8DebuggerAgent.h" 11 #include "platform/v8_inspector/public/V8DebuggerAgent.h"
12 #include "platform/v8_inspector/public/V8DebuggerClient.h" 12 #include "platform/v8_inspector/public/V8DebuggerClient.h"
13 #include "platform/v8_inspector/public/V8HeapProfilerAgent.h" 13 #include "platform/v8_inspector/public/V8HeapProfilerAgent.h"
14 #include "platform/v8_inspector/public/V8ProfilerAgent.h" 14 #include "platform/v8_inspector/public/V8ProfilerAgent.h"
15 #include "platform/v8_inspector/public/V8RuntimeAgent.h" 15 #include "platform/v8_inspector/public/V8RuntimeAgent.h"
16 16
17 namespace blink { 17 namespace blink {
18 18
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 { 116 {
117 117
118 } 118 }
119 119
120 bool V8Inspector::isExecutionAllowed() 120 bool V8Inspector::isExecutionAllowed()
121 { 121 {
122 return true; 122 return true;
123 } 123 }
124 124
125 } // namespace blink 125 } // namespace blink
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698