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

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

Issue 1984403002: Revert of Reland: mus: Add views_mus_interactive_ui_tests target (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/run_all_unittests.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 236446afac0b10aa93313824b918fc667f7c9b2f..2214270eaaa3a7bdb4f8d3cc22ad0850dff3c0dc 100644
--- a/ui/views/test/platform_test_helper.h
+++ b/ui/views/test/platform_test_helper.h
@@ -21,10 +21,7 @@
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();
+ virtual bool IsMus() const = 0;
private:
DISALLOW_COPY_AND_ASSIGN(PlatformTestHelper);
« no previous file with comments | « ui/views/run_all_unittests.cc ('k') | ui/views/test/platform_test_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698