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

Unified Diff: content/browser/tracing/tracing_controller_impl.h

Issue 136403007: Implement system tracing for cros (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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
Index: content/browser/tracing/tracing_controller_impl.h
diff --git a/content/browser/tracing/tracing_controller_impl.h b/content/browser/tracing/tracing_controller_impl.h
index c87dc836c689ec2a23014fc6f145a2ac6bbd2a22..5b671a6a277aa7db416284d58eaf41da4893141d 100644
--- a/content/browser/tracing/tracing_controller_impl.h
+++ b/content/browser/tracing/tracing_controller_impl.h
@@ -115,6 +115,9 @@ class TracingControllerImpl : public TracingController {
const std::vector<std::string>& known_category_groups);
void OnResultFileClosed();
+ void OnEndSystemTracingAcked(
+ const scoped_refptr<base::RefCountedString>& events_str_ptr);
+
void OnCaptureMonitoringSnapshotAcked(
TraceMessageFilter* trace_message_filter);
void OnMonitoringSnapshotFileClosed();
@@ -157,6 +160,7 @@ class TracingControllerImpl : public TracingController {
bool is_recording_;
bool is_monitoring_;
+ bool is_system_tracing_;
TracingController::Options options_;
GetCategoriesDoneCallback pending_get_categories_done_callback_;
« no previous file with comments | « no previous file | content/browser/tracing/tracing_controller_impl.cc » ('j') | content/browser/tracing/tracing_controller_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698