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

Unified Diff: components/web_view/public/cpp/web_view.cc

Issue 1414663002: Mandoline webview: View => Window (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More renaming 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
« no previous file with comments | « components/web_view/pending_web_view_load.cc ('k') | components/web_view/public/interfaces/frame.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/web_view/public/cpp/web_view.cc
diff --git a/components/web_view/public/cpp/web_view.cc b/components/web_view/public/cpp/web_view.cc
index 3e63ed49ccc863867f601c0710ebc8897422b89e..fe5399772ccde86d54b17d82631aa635fd1ca283 100644
--- a/components/web_view/public/cpp/web_view.cc
+++ b/components/web_view/public/cpp/web_view.cc
@@ -33,9 +33,9 @@ void WebView::Init(mojo::ApplicationImpl* app, mus::Window* window) {
app->ConnectToService(request.Pass(), &factory);
factory->CreateWebView(client.Pass(), GetProxy(&web_view_));
- mus::mojom::WindowTreeClientPtr view_tree_client;
- web_view_->GetWindowTreeClient(GetProxy(&view_tree_client));
- window->Embed(view_tree_client.Pass(),
+ mus::mojom::WindowTreeClientPtr window_tree_client;
+ web_view_->GetWindowTreeClient(GetProxy(&window_tree_client));
+ window->Embed(window_tree_client.Pass(),
mus::mojom::WindowTree::ACCESS_POLICY_EMBED_ROOT,
base::Bind(&OnEmbed));
}
« no previous file with comments | « components/web_view/pending_web_view_load.cc ('k') | components/web_view/public/interfaces/frame.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698