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

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

Issue 2489903002: Disables tooltip tests for aura-mus-client (Closed)
Patch Set: tweak 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
« no previous file with comments | « ui/views/test/platform_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 04dfab394f8e005d5e64ee5dad8a42e9b5ce1b03..1b7d171903b2dd09f1609b8c46a27283d47db903 100644
--- a/ui/views/test/views_test_base.h
+++ b/ui/views/test/views_test_base.h
@@ -32,6 +32,10 @@ class ViewsTestBase : public PlatformTest {
// 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();
+
// testing::Test:
void SetUp() override;
void TearDown() override;
« no previous file with comments | « ui/views/test/platform_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