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

Unified Diff: services/user/user_shell_client.cc

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 | « services/user/user_shell_client.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/user/user_shell_client.cc
diff --git a/services/user/user_shell_client.cc b/services/user/user_shell_client.cc
index 75048be94d2716dc96a92d9ce4eddc32cf901dc5..aec2e899468de6dcf57f84c7085e4a6561fd1f1e 100644
--- a/services/user/user_shell_client.cc
+++ b/services/user/user_shell_client.cc
@@ -92,7 +92,6 @@ UserShellClient::~UserShellClient() {
void UserShellClient::Initialize(shell::Connector* connector,
const shell::Identity& identity,
uint32_t id) {
- tracing_.Initialize(connector, identity.name());
user_objects_.reset(new UserShellClient::UserServiceObjects(
GetUserDirForUserID(identity.user_id())));
leveldb_objects_.reset(
« no previous file with comments | « services/user/user_shell_client.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698