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

Unified Diff: ui/views/test/views_test_base.h

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/scoped_views_test_helper.cc ('k') | ui/views/test/views_test_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/test/views_test_base.h
diff --git a/ui/views/test/views_test_base.h b/ui/views/test/views_test_base.h
index 74cfb8ea06fdf60ff023c057648f0022e6b4416e..ebdc44070cbe3f622a05d5f960f7dbb9c134c807 100644
--- a/ui/views/test/views_test_base.h
+++ b/ui/views/test/views_test_base.h
@@ -29,12 +29,9 @@ class ViewsTestBase : public PlatformTest {
ViewsTestBase();
~ViewsTestBase() override;
- // Whether the test is running under mus.
- static bool IsMus();
-
// Returns true if running aura-mus in a client configuration (not the window
// manager).
- static bool IsAuraMusClient();
+ static bool IsMus();
// testing::Test:
void SetUp() override;
« no previous file with comments | « ui/views/test/scoped_views_test_helper.cc ('k') | ui/views/test/views_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698