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

Unified Diff: components/html_viewer/html_document_oopif.h

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/ax_provider_apptest.cc ('k') | components/html_viewer/html_document_oopif.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.h
diff --git a/components/html_viewer/html_document_oopif.h b/components/html_viewer/html_document_oopif.h
index 3356883c454db8facd8012138f1ae7defb6f4a3d..d3ac9a24be5bf79d734011fa9712399c46af43b8 100644
--- a/components/html_viewer/html_document_oopif.h
+++ b/components/html_viewer/html_document_oopif.h
@@ -55,7 +55,7 @@ class HTMLDocumentOOPIF
public mojo::InterfaceFactory<mandoline::FrameTreeClient>,
public mojo::InterfaceFactory<TestHTMLViewer>,
public mojo::InterfaceFactory<devtools_service::DevToolsAgent>,
- public mojo::InterfaceFactory<mojo::ViewManagerClient> {
+ public mojo::InterfaceFactory<mojo::ViewTreeClient> {
public:
using DeleteCallback = base::Callback<void(HTMLDocumentOOPIF*)>;
using HTMLFrameCreationCallback =
@@ -130,9 +130,9 @@ class HTMLDocumentOOPIF
mojo::ApplicationConnection* connection,
mojo::InterfaceRequest<devtools_service::DevToolsAgent> request) override;
- // mojo::InterfaceFactory<mojo::ViewManagerClient>:
+ // mojo::InterfaceFactory<mojo::ViewTreeClient>:
void Create(mojo::ApplicationConnection* connection,
- mojo::InterfaceRequest<mojo::ViewManagerClient> request) override;
+ mojo::InterfaceRequest<mojo::ViewTreeClient> request) override;
scoped_ptr<mojo::AppRefCount> app_refcount_;
mojo::ApplicationImpl* html_document_app_;
« no previous file with comments | « components/html_viewer/ax_provider_apptest.cc ('k') | components/html_viewer/html_document_oopif.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698