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

Side by Side Diff: third_party/WebKit/Source/platform/v8_inspector/V8ProfilerAgentImpl.h

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, 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
1 // Copyright 2015 The Chromium Authors. All rights reserved. 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 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 #ifndef V8ProfilerAgentImpl_h 5 #ifndef V8ProfilerAgentImpl_h
6 #define V8ProfilerAgentImpl_h 6 #define V8ProfilerAgentImpl_h
7 7
8 #include "platform/inspector_protocol/Allocator.h" 8 #include "platform/inspector_protocol/Allocator.h"
9 #include "platform/inspector_protocol/Backend.h"
10 #include "platform/inspector_protocol/Frontend.h" 9 #include "platform/inspector_protocol/Frontend.h"
11 #include "platform/inspector_protocol/String16.h" 10 #include "platform/inspector_protocol/String16.h"
12 11
13 namespace v8 { 12 namespace v8 {
14 class Isolate; 13 class Isolate;
15 } 14 }
16 15
17 namespace blink { 16 namespace blink {
18 17
19 class V8InspectorSessionImpl; 18 class V8InspectorSessionImpl;
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 bool m_recordingCPUProfile; 51 bool m_recordingCPUProfile;
53 class ProfileDescriptor; 52 class ProfileDescriptor;
54 protocol::Vector<ProfileDescriptor> m_startedProfiles; 53 protocol::Vector<ProfileDescriptor> m_startedProfiles;
55 String16 m_frontendInitiatedProfileId; 54 String16 m_frontendInitiatedProfileId;
56 }; 55 };
57 56
58 } // namespace blink 57 } // namespace blink
59 58
60 59
61 #endif // !defined(V8ProfilerAgentImpl_h) 60 #endif // !defined(V8ProfilerAgentImpl_h)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698