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

Unified Diff: components/filesystem/file_system_app.h

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/filesystem/DEPS ('k') | components/filesystem/file_system_app.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/filesystem/file_system_app.h
diff --git a/components/filesystem/file_system_app.h b/components/filesystem/file_system_app.h
index 7035393eda1071b1cc604195298ce863fdf92364..e32cf058644aebd50bfb5f4fdc62f437b831e368 100644
--- a/components/filesystem/file_system_app.h
+++ b/components/filesystem/file_system_app.h
@@ -13,7 +13,6 @@
#include "services/service_manager/public/cpp/binder_registry.h"
#include "services/service_manager/public/cpp/interface_factory.h"
#include "services/service_manager/public/cpp/service.h"
-#include "services/tracing/public/cpp/provider.h"
namespace filesystem {
@@ -38,8 +37,6 @@ class FileSystemApp
void Create(const service_manager::Identity& remote_identity,
mojo::InterfaceRequest<mojom::FileSystem> request) override;
- tracing::Provider tracing_;
-
service_manager::BinderRegistry registry_;
scoped_refptr<LockTable> lock_table_;
« no previous file with comments | « components/filesystem/DEPS ('k') | components/filesystem/file_system_app.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698