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

Unified Diff: components/web_view/frame_connection.cc

Issue 1345783002: Updates mojo:view_manager -> mojo:mus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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/pdf_viewer/pdf_viewer.cc ('k') | mandoline/app/core_services_initialization.cc » ('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 a1c82537d09fe5028ff06d513f244e7948819a82..77351fbb87affff5bb4ccc9cf8bd4c79a5b600c1 100644
--- a/components/web_view/frame_connection.cc
+++ b/components/web_view/frame_connection.cc
@@ -94,7 +94,7 @@ void FrameConnection::Init(mojo::ApplicationImpl* app,
mojo::Array<mojo::String> view_manager_interfaces;
view_manager_interfaces.push_back(mojo::Gpu::Name_);
view_manager_interfaces.push_back(mojo::ViewTreeHostFactory::Name_);
- filter->filter.insert("mojo:view_manager", view_manager_interfaces.Pass());
+ filter->filter.insert("mojo:mus", view_manager_interfaces.Pass());
mojo::Array<mojo::String> test_runner_interfaces;
test_runner_interfaces.push_back(LayoutTestRunner::Name_);
« no previous file with comments | « components/pdf_viewer/pdf_viewer.cc ('k') | mandoline/app/core_services_initialization.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698