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

Unified Diff: components/leveldb/leveldb_app.cc

Issue 2852183002: Delete the tracing service (Closed)
Patch Set: Created 3 years, 8 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 | « components/leveldb/leveldb_app.h ('k') | mash/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/leveldb/leveldb_app.cc
diff --git a/components/leveldb/leveldb_app.cc b/components/leveldb/leveldb_app.cc
index 93086f77aa5f23a3b6f3c29c9e643a8f6d1303a1..151e496090f4d3c458c44a685c017611078e487d 100644
--- a/components/leveldb/leveldb_app.cc
+++ b/components/leveldb/leveldb_app.cc
@@ -15,9 +15,7 @@ LevelDBApp::LevelDBApp() : file_thread_("LevelDBFile") {
LevelDBApp::~LevelDBApp() {}
-void LevelDBApp::OnStart() {
- tracing_.Initialize(context()->connector(), context()->identity().name());
-}
+void LevelDBApp::OnStart() {}
void LevelDBApp::OnBindInterface(
const service_manager::ServiceInfo& source_info,
« no previous file with comments | « components/leveldb/leveldb_app.h ('k') | mash/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698