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

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

Issue 425593002: Refactor trace_event_impl's SetEnabled to use TraceOptions. Propagate this through the whole stack. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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/trace_message_filter.h
diff --git a/content/browser/tracing/trace_message_filter.h b/content/browser/tracing/trace_message_filter.h
index 4233fe04480117f81c1f320de365f33d5408b450..95e302ca2c9c83956305abf6bace31ea82a72af4 100644
--- a/content/browser/tracing/trace_message_filter.h
+++ b/content/browser/tracing/trace_message_filter.h
@@ -25,10 +25,10 @@ class TraceMessageFilter : public BrowserMessageFilter {
virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
void SendBeginTracing(const std::string& category_filter_str,
- base::debug::TraceLog::Options options);
+ base::debug::TraceOptions options);
void SendEndTracing();
void SendEnableMonitoring(const std::string& category_filter_str,
- base::debug::TraceLog::Options options);
+ base::debug::TraceOptions options);
void SendDisableMonitoring();
void SendCaptureMonitoringSnapshot();
void SendGetTraceBufferPercentFull();

Powered by Google App Engine
This is Rietveld 408576698