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

Unified Diff: content/public/browser/tracing_controller.h

Issue 892213004: Mechanical rename of base::debug -> base::trace_event for /content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move_trace_part3_1
Patch Set: Rebase. Created 5 years, 10 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 | « content/ppapi_plugin/ppapi_plugin_main.cc ('k') | content/public/test/browser_test_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/tracing_controller.h
diff --git a/content/public/browser/tracing_controller.h b/content/public/browser/tracing_controller.h
index 8c548dc0e8e70ce9ef20e0678468ae8b6a0760b5..0cbed7018d64edb5e6a0c9e3b8f40cf5179fc723 100644
--- a/content/public/browser/tracing_controller.h
+++ b/content/public/browser/tracing_controller.h
@@ -87,8 +87,8 @@ class TracingController {
// |options| controls what kind of tracing is enabled.
typedef base::Callback<void()> EnableRecordingDoneCallback;
virtual bool EnableRecording(
- const base::debug::CategoryFilter& category_filter,
- const base::debug::TraceOptions& trace_options,
+ const base::trace_event::CategoryFilter& category_filter,
+ const base::trace_event::TraceOptions& trace_options,
const EnableRecordingDoneCallback& callback) = 0;
// Stop recording on all processes.
@@ -124,8 +124,8 @@ class TracingController {
// |options| controls what kind of tracing is enabled.
typedef base::Callback<void()> EnableMonitoringDoneCallback;
virtual bool EnableMonitoring(
- const base::debug::CategoryFilter& category_filter,
- const base::debug::TraceOptions& trace_options,
+ const base::trace_event::CategoryFilter& category_filter,
+ const base::trace_event::TraceOptions& trace_options,
const EnableMonitoringDoneCallback& callback) = 0;
// Stop monitoring on all processes.
@@ -139,8 +139,8 @@ class TracingController {
// Get the current monitoring configuration.
virtual void GetMonitoringStatus(
bool* out_enabled,
- base::debug::CategoryFilter* out_category_filter,
- base::debug::TraceOptions* out_trace_options) = 0;
+ base::trace_event::CategoryFilter* out_category_filter,
+ base::trace_event::TraceOptions* out_trace_options) = 0;
// Get the current monitoring traced data.
//
« no previous file with comments | « content/ppapi_plugin/ppapi_plugin_main.cc ('k') | content/public/test/browser_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698