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

Unified Diff: services/navigation/view_impl.cc

Issue 2644093002: aura: Some change to how the client-lib is set up. (Closed)
Patch Set: . Created 3 years, 11 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: services/navigation/view_impl.cc
diff --git a/services/navigation/view_impl.cc b/services/navigation/view_impl.cc
index 578cb90093b4579d4e69f3a38aebca3edf09b9aa..6d51b0ec0474d0b2059aaedcc8c50acce43c6f2e 100644
--- a/services/navigation/view_impl.cc
+++ b/services/navigation/view_impl.cc
@@ -121,7 +121,7 @@ void ViewImpl::Stop() {
void ViewImpl::GetWindowTreeClient(ui::mojom::WindowTreeClientRequest request) {
window_tree_client_ = base::MakeUnique<aura::WindowTreeClient>(
- connector_.get(), this, nullptr, std::move(request));
+ connector_.get(), nullptr, this, nullptr, std::move(request));
}
void ViewImpl::ShowInterstitial(const std::string& html) {

Powered by Google App Engine
This is Rietveld 408576698