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

Unified Diff: mandoline/tab/public/interfaces/web_view.mojom

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/public/cpp/web_view.cc ('k') | mandoline/tab/test_frame_tree_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mandoline/tab/public/interfaces/web_view.mojom
diff --git a/mandoline/tab/public/interfaces/web_view.mojom b/mandoline/tab/public/interfaces/web_view.mojom
index 9a070365d400f4d63eb6ff8699dbd6e77c938de7..20f27e16598ef4dac2a3f7b814aa7c6f1de1779c 100644
--- a/mandoline/tab/public/interfaces/web_view.mojom
+++ b/mandoline/tab/public/interfaces/web_view.mojom
@@ -5,7 +5,7 @@
module web_view.mojom;
import "network/public/interfaces/url_loader.mojom";
-import "components/view_manager/public/interfaces/view_manager.mojom";
+import "components/view_manager/public/interfaces/view_tree.mojom";
interface WebViewClient {
// Page-generated request for a top level frame navigation.
@@ -20,8 +20,8 @@ interface WebView {
// Navigate the top level frame to |request|.
LoadRequest(mojo.URLRequest request);
- // Provide a ViewManagerClient for this specific WebView.
- GetViewManagerClient(mojo.ViewManagerClient& view_manager_client);
+ // Provide a ViewTreeClient for this specific WebView.
+ GetViewTreeClient(mojo.ViewTreeClient& view_tree_client);
};
interface WebViewFactory {
« no previous file with comments | « mandoline/tab/public/cpp/web_view.cc ('k') | mandoline/tab/test_frame_tree_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698