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

Unified Diff: services/user/user_shell_client.h

Issue 1963753002: Disable tracing in user service (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « no previous file | services/user/user_shell_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/user/user_shell_client.h
diff --git a/services/user/user_shell_client.h b/services/user/user_shell_client.h
index 283eb4ec5460c9afa413d98f72d2e9a596327b4f..8bd57b6eb21013521ed2cb1bd3e79d4c8338e6fe 100644
--- a/services/user/user_shell_client.h
+++ b/services/user/user_shell_client.h
@@ -11,7 +11,6 @@
#include "mojo/public/cpp/bindings/binding_set.h"
#include "services/shell/public/cpp/interface_factory.h"
#include "services/shell/public/cpp/shell_client.h"
-#include "services/tracing/public/cpp/tracing_impl.h"
#include "services/user/public/interfaces/user_service.mojom.h"
namespace user_service {
@@ -53,8 +52,6 @@ class UserShellClient
scoped_refptr<base::SingleThreadTaskRunner> user_service_runner_;
scoped_refptr<base::SingleThreadTaskRunner> leveldb_service_runner_;
- mojo::TracingImpl tracing_;
-
// We create these two objects so we can delete them on the correct task
// runners.
class UserServiceObjects;
« no previous file with comments | « no previous file | services/user/user_shell_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698