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

Unified Diff: components/mus/public/cpp/tests/view_manager_test_base.cc

Issue 1390353007: Adds MUSViewsInit (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix windows Created 5 years, 2 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: components/mus/public/cpp/tests/view_manager_test_base.cc
diff --git a/components/mus/public/cpp/tests/view_manager_test_base.cc b/components/mus/public/cpp/tests/view_manager_test_base.cc
index 508cd82a6f77a0ce93fc567ff912bfc3353a8381..e4bf2ba860bd6918c273831dba21cbd686af1ac3 100644
--- a/components/mus/public/cpp/tests/view_manager_test_base.cc
+++ b/components/mus/public/cpp/tests/view_manager_test_base.cc
@@ -95,7 +95,9 @@ void ViewManagerTestBase::OnConnectionLost(ViewTreeConnection* connection) {
void ViewManagerTestBase::Create(
mojo::ApplicationConnection* connection,
mojo::InterfaceRequest<mojo::ViewTreeClient> request) {
- ViewTreeConnection::Create(this, request.Pass());
+ ViewTreeConnection::Create(
+ this, request.Pass(),
+ ViewTreeConnection::CreateType::DONT_WAIT_FOR_EMBED);
}
} // namespace mus
« no previous file with comments | « components/mus/public/cpp/lib/view_tree_host_factory.cc ('k') | components/mus/public/cpp/view_tree_connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698