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

Unified Diff: ui/views/test/platform_test_helper.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/platform_test_helper.h ('k') | ui/views/test/scoped_views_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.cc
diff --git a/ui/views/test/platform_test_helper.cc b/ui/views/test/platform_test_helper.cc
index 488a9e58fd36bd58e0ccdc38cef2fcebee57fbd6..c6204abde63baed51cf57c37f4ad3fdb44632be7 100644
--- a/ui/views/test/platform_test_helper.cc
+++ b/ui/views/test/platform_test_helper.cc
@@ -18,7 +18,6 @@ namespace {
PlatformTestHelper::Factory test_helper_factory;
bool is_mus = false;
-bool is_aura_mus_client = false;
} // namespace
@@ -44,16 +43,6 @@ bool PlatformTestHelper::IsMus() {
return is_mus;
}
-// static
-void PlatformTestHelper::SetIsAuraMusClient() {
- is_aura_mus_client = true;
-}
-
-// static
-bool PlatformTestHelper::IsAuraMusClient() {
- return is_aura_mus_client;
-}
-
#if defined(USE_AURA)
void PlatformTestHelper::SimulateNativeDestroy(Widget* widget) {
delete widget->GetNativeView();
« no previous file with comments | « ui/views/test/platform_test_helper.h ('k') | ui/views/test/scoped_views_test_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698