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

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

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.h
diff --git a/content/public/browser/background_tracing_config.h b/content/public/browser/background_tracing_config.h
index 7db676d61a9026afa89a0d60b077ad8d4e09ec8e..79799792def672ce90194f8055ca73d3d81076ef 100644
--- a/content/public/browser/background_tracing_config.h
+++ b/content/public/browser/background_tracing_config.h
@@ -29,6 +29,7 @@ struct CONTENT_EXPORT BackgroundTracingConfig {
};
Mode mode;
+ bool compress_trace;
shatch 2015/05/22 22:21:37 Like we talked about, don't change interface just
static BackgroundTracingConfig* FromDict(const base::DictionaryValue* dict);
static void IntoDict(const BackgroundTracingConfig* config,

Powered by Google App Engine
This is Rietveld 408576698