Chromium Code Reviews| 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, |