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

Unified Diff: mandoline/tab/web_view_impl.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 | « mandoline/tab/test_frame_tree_delegate.cc ('k') | mandoline/tab/web_view_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mandoline/tab/web_view_impl.h
diff --git a/mandoline/tab/web_view_impl.h b/mandoline/tab/web_view_impl.h
index 9b35607118076ddb575544c50521386805449b46..08358c6aa2dbea9057e6ae18fc8457ef0a303006 100644
--- a/mandoline/tab/web_view_impl.h
+++ b/mandoline/tab/web_view_impl.h
@@ -47,8 +47,8 @@ class WebViewImpl : public mojom::WebView,
private:
// Overridden from WebView:
void LoadRequest(mojo::URLRequestPtr request) override;
- void GetViewManagerClient(
- mojo::InterfaceRequest<mojo::ViewManagerClient> view_manager_client)
+ void GetViewTreeClient(
+ mojo::InterfaceRequest<mojo::ViewTreeClient> view_tree_client)
override;
// Overridden from mojo::ViewManagerDelegate:
@@ -73,7 +73,7 @@ class WebViewImpl : public mojom::WebView,
mojo::URLRequestPtr request,
mandoline::FrameTreeClient** frame_tree_client,
scoped_ptr<mandoline::FrameUserData>* frame_user_data,
- mojo::ViewManagerClientPtr* view_manager_client) override;
+ mojo::ViewTreeClientPtr* view_tree_client) override;
void DidStartNavigation(Frame* frame) override;
// Overridden from FrameDevToolsAgent::Delegate:
« no previous file with comments | « mandoline/tab/test_frame_tree_delegate.cc ('k') | mandoline/tab/web_view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698