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

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

Issue 1972363002: mus: Add views_mus_interactive_ui_tests target (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: linux 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
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 5bfd08be03a22daae70241db7a965af57f33a3fc..7815177d10536c1989eb56d204926c7022ee8a8b 100644
--- a/ui/views/test/platform_test_helper.h
+++ b/ui/views/test/platform_test_helper.h
@@ -18,7 +18,8 @@ class PlatformTestHelper {
static std::unique_ptr<PlatformTestHelper> Create();
- virtual bool IsMus() const = 0;
+ // Static so it can be called before Create().
+ static bool IsMus();
private:
DISALLOW_COPY_AND_ASSIGN(PlatformTestHelper);

Powered by Google App Engine
This is Rietveld 408576698