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

Unified Diff: trunk/src/components/tracing/child_trace_message_filter.cc

Issue 122053002: Revert 242671 "Implement sampling profiler (chromium side change)" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years 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: trunk/src/components/tracing/child_trace_message_filter.cc
===================================================================
--- trunk/src/components/tracing/child_trace_message_filter.cc (revision 242678)
+++ trunk/src/components/tracing/child_trace_message_filter.cc (working copy)
@@ -61,7 +61,6 @@
TraceLog::GetInstance()->SetEnabled(
base::debug::CategoryFilter(category_filter_str),
- base::debug::TraceLog::RECORDING_MODE,
static_cast<base::debug::TraceLog::Options>(options));
}
@@ -82,7 +81,6 @@
int options) {
TraceLog::GetInstance()->SetEnabled(
base::debug::CategoryFilter(category_filter_str),
- base::debug::TraceLog::MONITORING_MODE,
static_cast<base::debug::TraceLog::Options>(options));
}
« no previous file with comments | « trunk/src/chrome/browser/lifetime/application_lifetime.cc ('k') | trunk/src/content/app/content_main_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698