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

Unified Diff: services/ui/public/cpp/tests/window_server_test_base.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/ui/public/cpp/tests/window_server_test_base.h ('k') | services/ui/service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/public/cpp/tests/window_server_test_base.cc
diff --git a/services/ui/public/cpp/tests/window_server_test_base.cc b/services/ui/public/cpp/tests/window_server_test_base.cc
index 65a2f2bd4d76b00b29191fa5a44f5e38604c1da0..bdb64dd46a44356f87bf390395670552adeb05c2 100644
--- a/services/ui/public/cpp/tests/window_server_test_base.cc
+++ b/services/ui/public/cpp/tests/window_server_test_base.cc
@@ -73,7 +73,7 @@ void WindowServerTestBase::SetUp() {
std::swap(window_manager_, most_recent_client_);
}
-bool WindowServerTestBase::AcceptConnection(shell::Connection* connection) {
+bool WindowServerTestBase::OnConnect(shell::Connection* connection) {
connection->AddInterface<mojom::WindowTreeClient>(this);
return true;
}
« no previous file with comments | « services/ui/public/cpp/tests/window_server_test_base.h ('k') | services/ui/service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698