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

Unified Diff: content/browser/devtools/protocol/tracing_handler.h

Issue 1171813002: [Startup Tracing] Remove |is_recording_| in devtool tracing_handler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/browser/devtools/protocol/tracing_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/devtools/protocol/tracing_handler.h
diff --git a/content/browser/devtools/protocol/tracing_handler.h b/content/browser/devtools/protocol/tracing_handler.h
index 94f4059727ca06560e81c2bcfe2876cb07750fdc..510bc0d31ff48f07ad76f32627340fa9b2d4a5a7 100644
--- a/content/browser/devtools/protocol/tracing_handler.h
+++ b/content/browser/devtools/protocol/tracing_handler.h
@@ -54,9 +54,10 @@ class TracingHandler {
void DisableRecording(bool abort);
+ bool IsRecording();
nednguyen 2015/06/09 02:58:23 bool IsRecording() const; ?
Zhen Wang 2015/06/09 04:01:12 Done.
+
scoped_ptr<base::Timer> buffer_usage_poll_timer_;
Target target_;
- bool is_recording_;
scoped_ptr<Client> client_;
base::WeakPtrFactory<TracingHandler> weak_factory_;
« no previous file with comments | « no previous file | content/browser/devtools/protocol/tracing_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698