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

Side by Side Diff: trunk/src/content/renderer/web_ui_setup_impl.cc

Issue 352013002: Revert 279557 "Support exposing Mojo services between render fra..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 5 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « trunk/src/content/renderer/web_ui_setup_impl.h ('k') | trunk/src/content/utility/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "content/renderer/web_ui_setup_impl.h" 5 #include "content/renderer/web_ui_setup_impl.h"
6 6
7 #include "content/public/renderer/render_view.h" 7 #include "content/public/renderer/render_view.h"
8 #include "content/renderer/web_ui_mojo.h" 8 #include "content/renderer/web_ui_mojo.h"
9 9
10 namespace content { 10 namespace content {
(...skipping 13 matching lines...) Expand all
24 RenderView* render_view = RenderView::FromRoutingID(view_routing_id); 24 RenderView* render_view = RenderView::FromRoutingID(view_routing_id);
25 if (!render_view) 25 if (!render_view)
26 return; 26 return;
27 WebUIMojo* web_ui_mojo = WebUIMojo::Get(render_view); 27 WebUIMojo* web_ui_mojo = WebUIMojo::Get(render_view);
28 if (!web_ui_mojo) 28 if (!web_ui_mojo)
29 return; 29 return;
30 web_ui_mojo->SetBrowserHandle(web_ui_handle.Pass()); 30 web_ui_mojo->SetBrowserHandle(web_ui_handle.Pass());
31 } 31 }
32 32
33 } // namespace content 33 } // namespace content
OLDNEW
« no previous file with comments | « trunk/src/content/renderer/web_ui_setup_impl.h ('k') | trunk/src/content/utility/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698