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

Unified Diff: components/html_viewer/html_document_oopif.cc

Issue 1314953002: Rename ViewManagerService,ViewManagerClient -> ViewTree,ViewTreeClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . 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
« no previous file with comments | « components/html_viewer/html_document_oopif.h ('k') | components/html_viewer/html_frame_apptest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/html_viewer/html_document_oopif.cc
diff --git a/components/html_viewer/html_document_oopif.cc b/components/html_viewer/html_document_oopif.cc
index 5abfa30ea6cd271582ae9902c4b32a5944fd81e8..33a86ca03a1160686a9362cbf180a322b6db340d 100644
--- a/components/html_viewer/html_document_oopif.cc
+++ b/components/html_viewer/html_document_oopif.cc
@@ -74,7 +74,7 @@ HTMLDocumentOOPIF::HTMLDocumentOOPIF(
connection->AddService<mandoline::FrameTreeClient>(this);
connection->AddService<AxProvider>(this);
- connection->AddService<mojo::ViewManagerClient>(this);
+ connection->AddService<mojo::ViewTreeClient>(this);
connection->AddService<devtools_service::DevToolsAgent>(this);
if (IsTestInterfaceEnabled())
connection->AddService<TestHTMLViewer>(this);
@@ -263,7 +263,7 @@ void HTMLDocumentOOPIF::Create(
void HTMLDocumentOOPIF::Create(
mojo::ApplicationConnection* connection,
- mojo::InterfaceRequest<mojo::ViewManagerClient> request) {
+ mojo::InterfaceRequest<mojo::ViewTreeClient> request) {
mojo::ViewManager::Create(this, request.Pass());
}
« no previous file with comments | « components/html_viewer/html_document_oopif.h ('k') | components/html_viewer/html_frame_apptest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698