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..6bbf82b9175a61d8ed5d18a0e1a30bf4c28df65c 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() const; |
+ |
scoped_ptr<base::Timer> buffer_usage_poll_timer_; |
Target target_; |
- bool is_recording_; |
scoped_ptr<Client> client_; |
base::WeakPtrFactory<TracingHandler> weak_factory_; |