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

Unified Diff: services/ui/public/cpp/tests/window_server_shelltest_base.h

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/demo/mus_demo.cc ('k') | services/ui/public/cpp/tests/window_server_shelltest_base.cc » ('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_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 d6a13d35d7a4d2228b7ba382e604c311b46b5b14..01d95478b8c97b5dfcdbc309ba9cf074b7b0dfe4 100644
--- a/services/ui/public/cpp/tests/window_server_shelltest_base.h
+++ b/services/ui/public/cpp/tests/window_server_shelltest_base.h
@@ -17,11 +17,11 @@ class WindowServerShellTestBase : public shell::test::ShellTest {
WindowServerShellTestBase();
~WindowServerShellTestBase() override;
- virtual bool AcceptConnection(shell::Connection* connection) = 0;
+ virtual bool OnConnect(shell::Connection* connection) = 0;
private:
// shell::test::ShellTest:
- std::unique_ptr<shell::ShellClient> CreateShellClient() override;
+ std::unique_ptr<shell::Service> CreateService() override;
DISALLOW_COPY_AND_ASSIGN(WindowServerShellTestBase);
};
« no previous file with comments | « services/ui/demo/mus_demo.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