| 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) {
|
|
|