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

Unified Diff: components/web_view/web_view_impl.cc

Issue 1675083002: Rename ApplicationDelegate to ShellClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@delegate
Patch Set: . Created 4 years, 10 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/web_view_apptest.cc ('k') | content/browser/mojo/mojo_shell_context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/web_view/web_view_impl.cc
diff --git a/components/web_view/web_view_impl.cc b/components/web_view/web_view_impl.cc
index c7d7ac2eb26c92f29eef5a605ec38d0d1fd9633d..00861b56bf37e78958a4b70dffd55c8e4c0f0cb2 100644
--- a/components/web_view/web_view_impl.cc
+++ b/components/web_view/web_view_impl.cc
@@ -80,8 +80,7 @@ void WebViewImpl::OnLoad(const GURL& pending_url) {
Frame::ClientPropertyMap client_properties;
if (devtools_agent_) {
devtools_service::DevToolsAgentPtr forward_agent;
- frame_connection->application_connection()->ConnectToService(
- &forward_agent);
+ frame_connection->connection()->ConnectToService(&forward_agent);
devtools_agent_->AttachFrame(std::move(forward_agent), &client_properties);
}
« no previous file with comments | « components/web_view/web_view_apptest.cc ('k') | content/browser/mojo/mojo_shell_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698