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

Unified Diff: components/html_viewer/html_frame.cc

Issue 1245683004: Mandoline: Merge Surfaces and Views apps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove context_provider.mojom 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
Index: components/html_viewer/html_frame.cc
diff --git a/components/html_viewer/html_frame.cc b/components/html_viewer/html_frame.cc
index a311fa6df17ae047e13e36e9a61cf084d59aca15..21c3a83d48a950860e1c43801cde34b2c758d824 100644
--- a/components/html_viewer/html_frame.cc
+++ b/components/html_viewer/html_frame.cc
@@ -478,7 +478,7 @@ void HTMLFrame::OnFrameNameChanged(uint32_t frame_id,
void HTMLFrame::initializeLayerTreeView() {
mojo::URLRequestPtr request(mojo::URLRequest::New());
- request->url = mojo::String::From("mojo:surfaces_service");
+ request->url = mojo::String::From("mojo:view_manager");
mojo::SurfacePtr surface;
GetLocalRootApp()->ConnectToService(request.Pass(), &surface);

Powered by Google App Engine
This is Rietveld 408576698