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

Unified Diff: ui/aura/test/aura_mus_test_base.h

Issue 2471033005: Adds DesktopWindowTreeHostMus (Closed)
Patch Set: fix Created 4 years, 1 month 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: ui/aura/test/aura_mus_test_base.h
diff --git a/ui/aura/test/aura_mus_test_base.h b/ui/aura/test/aura_mus_test_base.h
index 47aa5c9649e520ce65787ff32f3cd88cbf895ac1..8964dfbabbf7a7c39b5cd539d6181da77f1ca901 100644
--- a/ui/aura/test/aura_mus_test_base.h
+++ b/ui/aura/test/aura_mus_test_base.h
@@ -12,8 +12,8 @@ namespace aura {
namespace test {
// A base class for aura unit tests that use mus. You can also use AuraTestBase
-// directly and call EnableMus() before SetUp(). Prefer this if you don't need
-// to subclass and want to target mus.
+// directly and call EnableMusWithTestWindowTree() before SetUp(). Prefer this
+// if you don't need to subclass and want to target mus.
//
// This test class sets up the connection to mus as the window manager.
class AuraMusWmTestBase : public AuraTestBase {
@@ -29,8 +29,8 @@ class AuraMusWmTestBase : public AuraTestBase {
};
// A base class for aura unit tests that use mus. You can also use AuraTestBase
-// directly and call EnableMus() before SetUp(). Prefer this if you don't need
-// to subclass and want to target mus.
+// directly and call EnableMusWithTestWindowTree() before SetUp(). Prefer this
+// if you don't need to subclass and want to target mus.
//
// This test class sets up the connection to mus as a normal client (not the
// window manager).

Powered by Google App Engine
This is Rietveld 408576698