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

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

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/native_widget_factory_mus.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 909191befd08aa1d42e72d29aee97471e759f72a..fb3ab103da6bd0d6cf054fac5c8449950336b183 100644
--- a/ui/views/test/platform_test_helper.h
+++ b/ui/views/test/platform_test_helper.h
@@ -24,14 +24,9 @@ class PlatformTestHelper {
static void set_factory(const Factory& factory);
static std::unique_ptr<PlatformTestHelper> Create();
- // Whether we are running under the mus environment. Methods are static so
- // that they can be called before Create().
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/test/native_widget_factory_mus.cc ('k') | ui/views/test/platform_test_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698