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

Unified Diff: ui/views/test/scoped_views_test_helper.cc

Issue 2471033005: Adds DesktopWindowTreeHostMus (Closed)
Patch Set: fix Created 4 years, 1 month 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/scoped_views_test_helper.cc
diff --git a/ui/views/test/scoped_views_test_helper.cc b/ui/views/test/scoped_views_test_helper.cc
index aea9122e5dc4aa15eaec25c93152949f8b96c100..1d2e2c2144c21c160e78c9f9a3946b5fc23c47fa 100644
--- a/ui/views/test/scoped_views_test_helper.cc
+++ b/ui/views/test/scoped_views_test_helper.cc
@@ -42,6 +42,7 @@ ScopedViewsTestHelper::ScopedViewsTestHelper(
test_helper_.reset(ViewsTestHelper::Create(base::MessageLoopForUI::current(),
context_factory));
+ platform_test_helper_->OnTestHelperCreated(test_helper_.get());
test_helper_->SetUp();
#if defined(USE_AURA)

Powered by Google App Engine
This is Rietveld 408576698