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

Unified Diff: content/browser/tracing/background_tracing_manager_impl.cc

Issue 1213643002: Changed Bulk Report categories to include toplevel and exclude flow categories (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/tracing/background_tracing_manager_impl.cc
diff --git a/content/browser/tracing/background_tracing_manager_impl.cc b/content/browser/tracing/background_tracing_manager_impl.cc
index 86243acd44fc235081a685730fd547883a5975c6..be75971162416494a757d709e93c19d504f525bb 100644
--- a/content/browser/tracing/background_tracing_manager_impl.cc
+++ b/content/browser/tracing/background_tracing_manager_impl.cc
@@ -465,9 +465,7 @@ BackgroundTracingManagerImpl::GetCategoryFilterStringForCategoryPreset(
BackgroundTracingConfig::CategoryPreset preset) const {
switch (preset) {
case BackgroundTracingConfig::CategoryPreset::BENCHMARK:
- return "benchmark,"
- "disabled-by-default-toplevel.flow,"
- "disabled-by-default-ipc.flow";
+ return "benchmark,toplevel";
case BackgroundTracingConfig::CategoryPreset::BENCHMARK_DEEP:
return "*,disabled-by-default-benchmark.detailed";
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698