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

Unified Diff: mandoline/ui/desktop_ui/browser_window.cc

Issue 1314953002: Rename ViewManagerService,ViewManagerClient -> ViewTree,ViewTreeClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 4 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
« no previous file with comments | « mandoline/tab/web_view_impl.cc ('k') | mandoline/ui/omnibox/omnibox_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mandoline/ui/desktop_ui/browser_window.cc
diff --git a/mandoline/ui/desktop_ui/browser_window.cc b/mandoline/ui/desktop_ui/browser_window.cc
index 4f2718ae0e6b59777cf430664bea36bb578ce133..4249cea7e0e48e489a8bac55c4c74d7048079d95 100644
--- a/mandoline/ui/desktop_ui/browser_window.cc
+++ b/mandoline/ui/desktop_ui/browser_window.cc
@@ -268,9 +268,9 @@ void BrowserWindow::ShowOmnibox() {
}
void BrowserWindow::EmbedOmnibox(mojo::ApplicationConnection* connection) {
- mojo::ViewManagerClientPtr view_manager_client;
- connection->ConnectToService(&view_manager_client);
- omnibox_view_->Embed(view_manager_client.Pass());
+ mojo::ViewTreeClientPtr view_tree_client;
+ connection->ConnectToService(&view_tree_client);
+ omnibox_view_->Embed(view_tree_client.Pass());
// TODO(beng): This should be handled sufficiently by
// OmniboxImpl::ShowWindow() but unfortunately view manager policy
« no previous file with comments | « mandoline/tab/web_view_impl.cc ('k') | mandoline/ui/omnibox/omnibox_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698