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

Unified Diff: services/shell/tests/lifecycle/app_client.cc

Issue 2118083002: ShellClient -> Service (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mus2
Patch Set: . Created 4 years, 5 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/shell/tests/lifecycle/app_client.h ('k') | services/shell/tests/lifecycle/lifecycle_exe.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/tests/lifecycle/app_client.cc
diff --git a/services/shell/tests/lifecycle/app_client.cc b/services/shell/tests/lifecycle/app_client.cc
index 14d0c3ae212f724968aa84895399252f10f3418a..4cba82307168b03b722135603b62bb8715986d87 100644
--- a/services/shell/tests/lifecycle/app_client.cc
+++ b/services/shell/tests/lifecycle/app_client.cc
@@ -10,11 +10,11 @@ namespace shell {
namespace test {
AppClient::AppClient() {}
-AppClient::AppClient(shell::mojom::ShellClientRequest request)
+AppClient::AppClient(shell::mojom::ServiceRequest request)
: connection_(new ShellConnection(this, std::move(request))) {}
AppClient::~AppClient() {}
-bool AppClient::AcceptConnection(Connection* connection) {
+bool AppClient::OnConnect(Connection* connection) {
connection->AddInterface<LifecycleControl>(this);
return true;
}
« no previous file with comments | « services/shell/tests/lifecycle/app_client.h ('k') | services/shell/tests/lifecycle/lifecycle_exe.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698