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

Unified Diff: ui/views/test/views_test_helper_aura.cc

Issue 2611773002: Removes code using mus client lib (Closed)
Patch Set: dont run on linux Created 3 years, 12 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 | « ui/views/test/views_test_base.cc ('k') | ui/views/touchui/touch_selection_controller_impl_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/test/views_test_helper_aura.cc
diff --git a/ui/views/test/views_test_helper_aura.cc b/ui/views/test/views_test_helper_aura.cc
index f9fe6f1b125fc9759753a0183ecc4d51087a8a54..50196b58508987d1c3092fe8680b3e607479eadb 100644
--- a/ui/views/test/views_test_helper_aura.cc
+++ b/ui/views/test/views_test_helper_aura.cc
@@ -79,7 +79,7 @@ void ViewsTestHelperAura::TearDown() {
}
gfx::NativeWindow ViewsTestHelperAura::GetContext() {
- if (PlatformTestHelper::IsAuraMusClient()) {
+ if (PlatformTestHelper::IsMus()) {
// GetContext() returns the root of a WindowTreeHost associated with a
// single display that is intended for an ash like environment. Such a
// configuration doesn't make sense for aura-mus-client, where it's testing
« no previous file with comments | « ui/views/test/views_test_base.cc ('k') | ui/views/touchui/touch_selection_controller_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698