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

Unified Diff: services/ui/ws/window_server_service_test_base.h

Issue 2795883002: Eliminate OnConnect usage (Closed)
Patch Set: . Created 3 years, 8 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/test_utils.h ('k') | services/ui/ws/window_server_service_test_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/window_server_service_test_base.h
diff --git a/services/ui/ws/window_server_service_test_base.h b/services/ui/ws/window_server_service_test_base.h
index e3635257136d98ac7a26fef3c73f93d9ea0a7fbe..e6be41dfad561189ccbeea39e6322ee82ac4daad 100644
--- a/services/ui/ws/window_server_service_test_base.h
+++ b/services/ui/ws/window_server_service_test_base.h
@@ -17,8 +17,10 @@ class WindowServerServiceTestBase : public service_manager::test::ServiceTest {
WindowServerServiceTestBase();
~WindowServerServiceTestBase() override;
- virtual bool OnConnect(const service_manager::Identity& remote_identity,
- service_manager::InterfaceRegistry* registry) = 0;
+ virtual void OnBindInterface(
+ const service_manager::ServiceInfo& source_info,
+ const std::string& interface_name,
+ mojo::ScopedMessagePipeHandle interface_pipe) = 0;
private:
// service_manager::test::ServiceTest:
« no previous file with comments | « services/ui/ws/test_utils.h ('k') | services/ui/ws/window_server_service_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698