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

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

Issue 12302036: Add a mode flag to the tracing framework. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge with master. Created 7 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/browser/tracing/trace_controller_impl.cc ('k') | content/browser/tracing/trace_message_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 ae6d571e2e60ccbbbb3c6348902916bee0d51420..aa5f336fee3bde59494d97fe645c86f0570e0669 100644
--- a/content/browser/tracing/trace_message_filter.h
+++ b/content/browser/tracing/trace_message_filter.h
@@ -8,6 +8,7 @@
#include <string>
#include <vector>
+#include "base/debug/trace_event.h"
#include "content/public/browser/browser_message_filter.h"
namespace content {
@@ -28,7 +29,8 @@ class TraceMessageFilter : public BrowserMessageFilter {
bool* message_was_ok) OVERRIDE;
void SendBeginTracing(const std::vector<std::string>& included_categories,
- const std::vector<std::string>& excluded_categories);
+ const std::vector<std::string>& excluded_categories,
+ base::debug::TraceLog::Options options);
void SendEndTracing();
void SendGetTraceBufferPercentFull();
void SendSetWatchEvent(const std::string& category_name,
« no previous file with comments | « content/browser/tracing/trace_controller_impl.cc ('k') | content/browser/tracing/trace_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698