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

Unified Diff: content/browser/tracing/trace_controller_impl.h

Issue 65343006: Use TracingController for startup tracing (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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: content/browser/tracing/trace_controller_impl.h
diff --git a/content/browser/tracing/trace_controller_impl.h b/content/browser/tracing/trace_controller_impl.h
index 087b10c349c00056895145c6aa5018b71cf4f900..c058a04df15d6afc992bb5e0444ef9d3852f9a84 100644
--- a/content/browser/tracing/trace_controller_impl.h
+++ b/content/browser/tracing/trace_controller_impl.h
@@ -22,11 +22,6 @@ class TraceControllerImpl : public TraceController {
public:
static TraceControllerImpl* GetInstance();
- // Called on the main thread of the browser process to initialize
- // startup tracing.
- void InitStartupTracing(const CommandLine& command_line);
- bool is_tracing_startup() const { return is_tracing_startup_; }
-
// TraceController implementation:
virtual bool BeginTracing(TraceSubscriber* subscriber,
const std::string& category_patterns,
@@ -95,7 +90,6 @@ class TraceControllerImpl : public TraceController {
int pending_bpf_ack_count_;
float maximum_bpf_;
bool is_tracing_;
- bool is_tracing_startup_;
bool is_get_category_groups_;
std::set<std::string> known_category_groups_;
std::string watch_category_;
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | content/browser/tracing/trace_controller_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698