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

Unified Diff: content/public/browser/background_tracing_config.cc

Issue 1148633007: Hooked the trace event argument whitelist up to the background_trace_manager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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/public/browser/background_tracing_config.cc
diff --git a/content/public/browser/background_tracing_config.cc b/content/public/browser/background_tracing_config.cc
index e3c0c1b52b80d5167a91908436f8393152dc2ee2..2631914ca3dfabba4bb72f986d2ab12936ad8f4d 100644
--- a/content/public/browser/background_tracing_config.cc
+++ b/content/public/browser/background_tracing_config.cc
@@ -6,7 +6,8 @@
namespace content {
-BackgroundTracingConfig::BackgroundTracingConfig(Mode mode) : mode(mode) {
+BackgroundTracingConfig::BackgroundTracingConfig(Mode mode)
+ : mode(mode), compress_trace(true) {
}
BackgroundTracingConfig::~BackgroundTracingConfig() {

Powered by Google App Engine
This is Rietveld 408576698