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

Unified Diff: components/web_view/frame_connection.cc

Issue 1347023003: Rename frame classes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge 2 trunk Created 5 years, 3 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/web_view/frame_connection.h ('k') | components/web_view/frame_tree.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/web_view/frame_connection.cc
diff --git a/components/web_view/frame_connection.cc b/components/web_view/frame_connection.cc
index 77351fbb87affff5bb4ccc9cf8bd4c79a5b600c1..55d4a1da409f2c628dcdaad8f349aa342a0723ab 100644
--- a/components/web_view/frame_connection.cc
+++ b/components/web_view/frame_connection.cc
@@ -39,7 +39,7 @@ void OnGotContentHandlerForFrame(
}
FrameConnection* connection_ptr = connection.get();
callback.Run(connection_ptr->GetContentHandlerID(),
- connection_ptr->frame_tree_client(), connection.Pass(),
+ connection_ptr->frame_client(), connection.Pass(),
view_tree_client.Pass());
}
@@ -109,7 +109,7 @@ void FrameConnection::Init(mojo::ApplicationImpl* app,
application_connection_ = app->ConnectToApplicationWithCapabilityFilter(
request.Pass(), filter.Pass());
- application_connection_->ConnectToService(&frame_tree_client_);
+ application_connection_->ConnectToService(&frame_client_);
application_connection_->AddContentHandlerIDCallback(on_got_id_callback);
}
« no previous file with comments | « components/web_view/frame_connection.h ('k') | components/web_view/frame_tree.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698