| Index: content/browser/tracing/background_tracing_config_unittest.cc
|
| diff --git a/content/browser/tracing/background_tracing_config_unittest.cc b/content/browser/tracing/background_tracing_config_unittest.cc
|
| index 9e8370e169c419b70fa12a2646b0c8642979cf8d..f22df0da4a5659e971517cc175d9c99a533a26fc 100644
|
| --- a/content/browser/tracing/background_tracing_config_unittest.cc
|
| +++ b/content/browser/tracing/background_tracing_config_unittest.cc
|
| @@ -283,6 +283,7 @@ TEST_F(BackgroundTracingConfigTest, ValidPreemptiveCategoryToString) {
|
| BackgroundTracingConfigImpl::BENCHMARK_IPC,
|
| BackgroundTracingConfigImpl::BENCHMARK_STARTUP,
|
| BackgroundTracingConfigImpl::BENCHMARK_BLINK_GC,
|
| + BackgroundTracingConfigImpl::BENCHMARK_MEMORY,
|
| BackgroundTracingConfigImpl::BENCHMARK_EXECUTION_METRIC,
|
| BackgroundTracingConfigImpl::BLINK_STYLE,
|
| };
|
| @@ -293,6 +294,7 @@ TEST_F(BackgroundTracingConfigTest, ValidPreemptiveCategoryToString) {
|
| "BENCHMARK_IPC",
|
| "BENCHMARK_STARTUP",
|
| "BENCHMARK_BLINK_GC",
|
| + "BENCHMARK_MEMORY",
|
| "BENCHMARK_EXECUTION_METRIC",
|
| "BLINK_STYLE"};
|
| for (size_t i = 0;
|
|
|