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

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

Issue 1980283002: Revert of mus: Add views_mus_interactive_ui_tests target (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 a64662b2dcb3669d46691c1a26605bc39615907b..c1e5c942f6b72f0490687a2a99db27fd1431977a 100644
--- a/ui/views/test/views_test_base.h
+++ b/ui/views/test/views_test_base.h
@@ -29,9 +29,6 @@
ViewsTestBase();
~ViewsTestBase() override;
- // Whether the test is running under mus.
- static bool IsMus();
-
// testing::Test:
void SetUp() override;
void TearDown() override;
@@ -46,6 +43,7 @@
// would use an ifdef, but for the time being we're not compiling differently,
// so that a define is not possible.
void DisableNativeWidgetMus();
+ bool IsMus() const;
protected:
TestViewsDelegate* views_delegate() const {
« 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