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

Unified Diff: components/web_view/frame_connection.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/frame_apptest.cc ('k') | components/web_view/frame_tree.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/web_view/frame_connection.cc
diff --git a/components/web_view/frame_connection.cc b/components/web_view/frame_connection.cc
index fd7ac7684b5768c0b8f00672c6f0d3d2bcc70dbc..042aa1df74d41bee43803e647c0060db759d2e14 100644
--- a/components/web_view/frame_connection.cc
+++ b/components/web_view/frame_connection.cc
@@ -93,10 +93,10 @@ void FrameConnection::Init(mojo::ApplicationImpl* app,
tracing_interfaces.push_back(tracing::StartupPerformanceDataCollector::Name_);
filter->filter.insert("mojo:tracing", tracing_interfaces.Pass());
- mojo::Array<mojo::String> view_manager_interfaces;
- view_manager_interfaces.push_back(mus::mojom::Gpu::Name_);
- view_manager_interfaces.push_back(mus::mojom::WindowTreeHostFactory::Name_);
- filter->filter.insert("mojo:mus", view_manager_interfaces.Pass());
+ mojo::Array<mojo::String> window_manager_interfaces;
+ window_manager_interfaces.push_back(mus::mojom::Gpu::Name_);
+ window_manager_interfaces.push_back(mus::mojom::WindowTreeHostFactory::Name_);
+ filter->filter.insert("mojo:mus", window_manager_interfaces.Pass());
mojo::Array<mojo::String> test_runner_interfaces;
test_runner_interfaces.push_back(LayoutTestRunner::Name_);
« no previous file with comments | « components/web_view/frame_apptest.cc ('k') | components/web_view/frame_tree.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698