summaryrefslogtreecommitdiffstats
path: root/mandoline
diff options
context:
space:
mode:
authorsky <sky@chromium.org>2016-01-29 16:47:49 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-30 00:48:57 +0000
commitc125e4b1653f84976ef9b611b58d69425ad7a8cb (patch)
tree799af32b0cc2e47cabaa266958f9c81221406f73 /mandoline
parenta16c29dfe440dcd181b5a09816215e3e91c417c9 (diff)
downloadchromium_src-c125e4b1653f84976ef9b611b58d69425ad7a8cb.zip
chromium_src-c125e4b1653f84976ef9b611b58d69425ad7a8cb.tar.gz
chromium_src-c125e4b1653f84976ef9b611b58d69425ad7a8cb.tar.bz2
Nukes WindowManagerDeprecated
As part of this I made the WS ask for the WindowManager from the client the WindowTreeHost is created for. This was necessary to avoid timing issues. BUG=566155 TEST=covered by tests R=ben@chromium.org Review URL: https://codereview.chromium.org/1656443002 Cr-Commit-Position: refs/heads/master@{#372498}
Diffstat (limited to 'mandoline')
-rw-r--r--mandoline/ui/desktop_ui/browser_window.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/mandoline/ui/desktop_ui/browser_window.cc b/mandoline/ui/desktop_ui/browser_window.cc
index 289edbe..c74f59b 100644
--- a/mandoline/ui/desktop_ui/browser_window.cc
+++ b/mandoline/ui/desktop_ui/browser_window.cc
@@ -114,7 +114,7 @@ BrowserWindow::BrowserWindow(mojo::ApplicationImpl* app,
web_view_(this) {
mus::CreateWindowTreeHost(host_factory,
host_client_binding_.CreateInterfacePtrAndBind(),
- this, &host_, nullptr, nullptr);
+ this, &host_, nullptr);
}
void BrowserWindow::LoadURL(const GURL& url) {