Chromium Code Reviews| Index: apps/benchmark/run_args.h |
| diff --git a/apps/benchmark/run_args.h b/apps/benchmark/run_args.h |
| index 73e83d6190bbf99074260191da2155f92cca2cb1..916dbd8ee0e415cab5eb94bf80e542be4b3a2b8f 100644 |
| --- a/apps/benchmark/run_args.h |
| +++ b/apps/benchmark/run_args.h |
| @@ -19,6 +19,7 @@ struct RunArgs { |
| std::string app; |
| base::TimeDelta duration; |
| std::vector<Measurement> measurements; |
| + bool trace_all_categories; |
| bool write_output_file; |
| base::FilePath output_file_path; |