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

Unified Diff: services/user/user_shell_client.h

Issue 2215133002: Change signature of OnConnect (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cleanup
Patch Set: . Created 4 years, 4 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/ui/ws/window_tree_client_unittest.cc ('k') | 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 3684a59e4332354f5a26bd9a025e776bf9aec160..e0e1c6515be01eec0cca65207ee8c355311fb0bf 100644
--- a/services/user/user_shell_client.h
+++ b/services/user/user_shell_client.h
@@ -34,7 +34,8 @@ class UserShellClient
private:
// |Service| override:
void OnStart(const shell::Identity& identity) override;
- bool OnConnect(shell::Connection* connection) override;
+ bool OnConnect(const shell::Identity& remote_identity,
+ shell::InterfaceRegistry* registry) override;
// |InterfaceFactory<mojom::UserService>| implementation:
void Create(const shell::Identity& remote_identity,
@@ -44,8 +45,6 @@ class UserShellClient
void Create(const shell::Identity& remote_identity,
leveldb::mojom::LevelDBServiceRequest request) override;
- void OnLevelDBServiceRequest(shell::Connection* connection,
- leveldb::mojom::LevelDBServiceRequest request);
void OnLevelDBServiceError();
scoped_refptr<base::SingleThreadTaskRunner> user_service_runner_;
« no previous file with comments | « services/ui/ws/window_tree_client_unittest.cc ('k') | services/user/user_shell_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698