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

Unified Diff: ui/views/mus/platform_test_helper_mus.cc

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/mus/platform_test_helper_mus.cc
diff --git a/ui/views/mus/platform_test_helper_mus.cc b/ui/views/mus/platform_test_helper_mus.cc
index bffdbc6a6eff1b122d06b100f8102a6123e1ab92..06fe84e91d07c5eae9050c0a6eeed99ac484cfa3 100644
--- a/ui/views/mus/platform_test_helper_mus.cc
+++ b/ui/views/mus/platform_test_helper_mus.cc
@@ -66,8 +66,6 @@ class PlatformTestHelperMus : public PlatformTestHelper {
shell_connection_.reset();
}
- bool IsMus() const override { return true; }
-
private:
NativeWidget* CreateNativeWidgetMus(
const std::map<std::string, std::vector<uint8_t>>& props,
@@ -96,4 +94,9 @@ std::unique_ptr<PlatformTestHelper> PlatformTestHelper::Create() {
return base::WrapUnique(new PlatformTestHelperMus);
}
+// static
+bool PlatformTestHelper::IsMus() {
+ return true;
+}
+
} // namespace views

Powered by Google App Engine
This is Rietveld 408576698