Chromium Code Reviews| 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_; |