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

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

Issue 1423133007: Background tracing: Added preset category for blink_style (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 | « content/browser/tracing/background_tracing_config_impl.cc ('k') | 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 70215ba36275cd92babc9fbfb646ad4638fad115..161433e49ccdecae71c9b27ad2ad580637132ae9 100644
--- a/content/browser/tracing/background_tracing_manager_impl.cc
+++ b/content/browser/tracing/background_tracing_manager_impl.cc
@@ -550,6 +550,8 @@ BackgroundTracingManagerImpl::GetCategoryFilterStringForCategoryPreset(
return "benchmark,toplevel,startup,disabled-by-default-file,"
"disabled-by-default-toplevel.flow,"
"disabled-by-default-ipc.flow";
+ case BackgroundTracingConfigImpl::CategoryPreset::BLINK_STYLE:
+ return "blink_style";
}
NOTREACHED();
return "";
« no previous file with comments | « content/browser/tracing/background_tracing_config_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698