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

Unified Diff: components/tracing/browser/trace_config_file_unittest.cc

Issue 2406703002: tracing: remove sampling state profiler (Closed)
Patch Set: . Created 4 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
Index: components/tracing/browser/trace_config_file_unittest.cc
diff --git a/components/tracing/browser/trace_config_file_unittest.cc b/components/tracing/browser/trace_config_file_unittest.cc
index 887437c6c331b65c7fdaa2281256b0e84f884568..7920a5e8c6b140b55d475794e9e2f0490c112b76 100644
--- a/components/tracing/browser/trace_config_file_unittest.cc
+++ b/components/tracing/browser/trace_config_file_unittest.cc
@@ -17,7 +17,6 @@ namespace {
const char kTraceConfig[] =
"{"
"\"enable_argument_filter\":true,"
- "\"enable_sampling\":true,"
"\"enable_systrace\":true,"
"\"excluded_categories\":[\"excluded\",\"exc_pattern*\"],"
"\"included_categories\":[\"included\","
« no previous file with comments | « base/trace_event/trace_sampling_thread.cc ('k') | content/browser/devtools/protocol/tracing_handler_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698