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

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

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/views_test_base.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/test/views_test_base.cc
diff --git a/ui/views/test/views_test_base.cc b/ui/views/test/views_test_base.cc
index ca691771cdbdaa4e47a073c96396fca05f2f9835..1849ff18b8b702275ed028fe7c091f752e4ee880 100644
--- a/ui/views/test/views_test_base.cc
+++ b/ui/views/test/views_test_base.cc
@@ -64,6 +64,11 @@ bool ViewsTestBase::IsMus() {
return PlatformTestHelper::IsMus();
}
+// static
+bool ViewsTestBase::IsAuraMusClient() {
+ return PlatformTestHelper::IsAuraMusClient();
+}
+
void ViewsTestBase::SetUp() {
testing::Test::SetUp();
// ContentTestSuiteBase might have already initialized
« no previous file with comments | « ui/views/test/views_test_base.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698