| Index: components/html_viewer/html_frame.cc
|
| diff --git a/components/html_viewer/html_frame.cc b/components/html_viewer/html_frame.cc
|
| index 1cf2abee4e5d24a32bff9cc1bc2cb54a3fdbc1a9..0d6c94898aed4cb181dcf4c32aeeb2c8881e7872 100644
|
| --- a/components/html_viewer/html_frame.cc
|
| +++ b/components/html_viewer/html_frame.cc
|
| @@ -600,7 +600,7 @@ void HTMLFrame::didChangeContents() {
|
|
|
| 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);
|
|
|
|
|