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

Unified Diff: mandoline/tab/test_frame_tree_delegate.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 | « mandoline/tab/test_frame_tree_delegate.h ('k') | mandoline/tab/web_view_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mandoline/tab/test_frame_tree_delegate.cc
diff --git a/mandoline/tab/test_frame_tree_delegate.cc b/mandoline/tab/test_frame_tree_delegate.cc
index 194559aa6dabba63b58f692479e656a014037ad6..8df795a48c07df481ac8999c6dc4ded066dba374 100644
--- a/mandoline/tab/test_frame_tree_delegate.cc
+++ b/mandoline/tab/test_frame_tree_delegate.cc
@@ -29,7 +29,7 @@ bool TestFrameTreeDelegate::CanNavigateFrame(
mojo::URLRequestPtr request,
FrameTreeClient** frame_tree_client,
scoped_ptr<FrameUserData>* frame_user_data,
- mojo::ViewManagerClientPtr* view_manager_client) {
+ mojo::ViewTreeClientPtr* view_tree_client) {
return false;
}
« no previous file with comments | « mandoline/tab/test_frame_tree_delegate.h ('k') | mandoline/tab/web_view_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698