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

Unified Diff: ui/views/test/platform_test_helper.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/mus/views_aura_mus_test_suite.cc ('k') | ui/views/test/platform_test_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/test/platform_test_helper.h
diff --git a/ui/views/test/platform_test_helper.h b/ui/views/test/platform_test_helper.h
index ada95a28cf07a460a8c62d68a94a45df0ddc07ed..3950007ea4f77967b6fdb70d113afdc6a0a13dcf 100644
--- a/ui/views/test/platform_test_helper.h
+++ b/ui/views/test/platform_test_helper.h
@@ -28,6 +28,9 @@ class PlatformTestHelper {
static void SetIsMus();
static bool IsMus();
+ static void SetIsAuraMusClient();
+ static bool IsAuraMusClient();
+
// Called once the ViewsTestHelper has been created, but before SetUp() is
// called.
virtual void OnTestHelperCreated(ViewsTestHelper* helper) {}
« no previous file with comments | « ui/views/mus/views_aura_mus_test_suite.cc ('k') | ui/views/test/platform_test_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698