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

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

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/views_test_base.h ('k') | ui/views/test/views_test_helper_aura.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.cc
diff --git a/ui/views/test/views_test_base.cc b/ui/views/test/views_test_base.cc
index d1cd2daf8b3d8a4364b4a27e5ea95534f2f86fa5..4147f01be0a5c8901a3669dd45e8cbd74ce14c3d 100644
--- a/ui/views/test/views_test_base.cc
+++ b/ui/views/test/views_test_base.cc
@@ -64,11 +64,6 @@ 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') | ui/views/test/views_test_helper_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698