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

Unified Diff: services/ui/public/cpp/tests/window_server_shelltest_base.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
Index: services/ui/public/cpp/tests/window_server_shelltest_base.h
diff --git a/services/ui/public/cpp/tests/window_server_shelltest_base.h b/services/ui/public/cpp/tests/window_server_shelltest_base.h
index ad028711a56f7a9297b65a0d0b11725799fee1dd..12bed02324f39a5ba946d1dd0bdcee10fca798cb 100644
--- a/services/ui/public/cpp/tests/window_server_shelltest_base.h
+++ b/services/ui/public/cpp/tests/window_server_shelltest_base.h
@@ -17,7 +17,8 @@ class WindowServerServiceTestBase : public shell::test::ServiceTest {
WindowServerServiceTestBase();
~WindowServerServiceTestBase() override;
- virtual bool OnConnect(shell::Connection* connection) = 0;
+ virtual bool OnConnect(const shell::Identity& remote_identity,
+ shell::InterfaceRegistry* registry) = 0;
private:
// shell::test::ServiceTest:
« no previous file with comments | « services/ui/input_devices/input_device_server.cc ('k') | services/ui/public/cpp/tests/window_server_shelltest_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698