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

Unified Diff: src/inspector/V8ProfilerAgentImpl.h

Issue 2332243002: [inspector] fixed all deprecated calls (Closed)
Patch Set: addressed comments Created 4 years, 3 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
« no previous file with comments | « src/inspector/V8InspectorImpl.cpp ('k') | src/inspector/V8ProfilerAgentImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/inspector/V8ProfilerAgentImpl.h
diff --git a/src/inspector/V8ProfilerAgentImpl.h b/src/inspector/V8ProfilerAgentImpl.h
index d2c4c15397907efc80fc03acea3d45874087fdb8..de2db0218486e8d6ecfee25144121366eaf4c8f7 100644
--- a/src/inspector/V8ProfilerAgentImpl.h
+++ b/src/inspector/V8ProfilerAgentImpl.h
@@ -43,6 +43,11 @@ class V8ProfilerAgentImpl : public protocol::Profiler::Backend {
void consoleProfile(const String16& title);
void consoleProfileEnd(const String16& title);
+ bool idleStarted();
+ bool idleFinished();
+
+ void collectSample();
+
private:
String16 nextProfileId();
« no previous file with comments | « src/inspector/V8InspectorImpl.cpp ('k') | src/inspector/V8ProfilerAgentImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698