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

Unified Diff: mandoline/tab/frame.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/view_manager/view_tree_unittest.cc ('k') | mandoline/tab/frame.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mandoline/tab/frame.h
diff --git a/mandoline/tab/frame.h b/mandoline/tab/frame.h
index 1c8221fa977e51106907f771a3810ec0883411a9..ea8e7db3d867dc86c7e2aefd99f203e82c68d796 100644
--- a/mandoline/tab/frame.h
+++ b/mandoline/tab/frame.h
@@ -100,7 +100,7 @@ class Frame : public mojo::ViewObserver, public FrameTreeServer {
// Called in response to FrameTreeClient::OnWillNavigate().
void OnWillNavigateAck(FrameTreeClient* frame_tree_client,
scoped_ptr<FrameUserData> user_data,
- mojo::ViewManagerClientPtr view_manager_client);
+ mojo::ViewTreeClientPtr view_tree_client);
void SetView(mojo::View* view);
« no previous file with comments | « components/view_manager/view_tree_unittest.cc ('k') | mandoline/tab/frame.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698