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

Unified Diff: services/ui/demo/mus_demo_unittests.cc

Issue 2693923004: Mus Demo: Extract code specific to internal mode into a separate class (Closed)
Patch Set: Created 3 years, 10 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/demo/mus_demo_unittests.cc
diff --git a/services/ui/demo/mus_demo_unittests.cc b/services/ui/demo/mus_demo_unittests.cc
index 9fdb8107a2c0aff014de2d237164dce0aaecd753..661536718a332c3d363c774d3e1a6dfe3a990fcb 100644
--- a/services/ui/demo/mus_demo_unittests.cc
+++ b/services/ui/demo/mus_demo_unittests.cc
@@ -40,7 +40,7 @@ class MusDemoTest : public service_manager::test::ServiceTest {
} // namespace
TEST_F(MusDemoTest, CheckMusDemoDraws) {
fwang 2017/02/14 17:26:05 Probably we want to rename the test CheckMusDemoIn
kylechar 2017/02/14 18:40:11 If internal vs external is decided at compile time
fwang 2017/02/15 13:49:26 Acknowledged.
- connector()->Connect("mus_demo");
+ connector()->Connect("mus_demo_internal");
::ui::mojom::WindowServerTestPtr test_interface;
connector()->BindInterface(ui::mojom::kServiceName, &test_interface);
« services/ui/demo/mus_demo_internal.cc ('K') | « services/ui/demo/mus_demo_internal.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698