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

Unified Diff: trunk/src/content/renderer/render_frame_impl.h

Issue 352013002: Revert 279557 "Support exposing Mojo services between render fra..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 6 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 | « trunk/src/content/renderer/BUILD.gn ('k') | trunk/src/content/renderer/render_frame_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/content/renderer/render_frame_impl.h
===================================================================
--- trunk/src/content/renderer/render_frame_impl.h (revision 279559)
+++ trunk/src/content/renderer/render_frame_impl.h (working copy)
@@ -14,7 +14,6 @@
#include "base/memory/weak_ptr.h"
#include "base/observer_list.h"
#include "base/process/process_handle.h"
-#include "content/common/mojo/service_registry_impl.h"
#include "content/public/common/javascript_message_type.h"
#include "content/public/common/referrer.h"
#include "content/public/renderer/render_frame.h"
@@ -223,7 +222,6 @@
blink::WebNavigationPolicy policy) OVERRIDE;
virtual void ExecuteJavaScript(const base::string16& javascript) OVERRIDE;
virtual bool IsHidden() OVERRIDE;
- virtual ServiceRegistry* GetServiceRegistry() OVERRIDE;
// blink::WebFrameClient implementation:
virtual blink::WebPlugin* createPlugin(blink::WebLocalFrame* frame,
@@ -399,11 +397,6 @@
// this back to private member.
void OnNavigate(const FrameMsg_Navigate_Params& params);
- // Binds this render frame's service registry to a handle to the remote
- // service registry.
- void BindServiceRegistry(
- mojo::ScopedMessagePipeHandle service_provider_handle);
-
protected:
RenderFrameImpl(RenderViewImpl* render_view, int32 routing_id);
@@ -638,8 +631,6 @@
// The geolocation dispatcher attached to this view, lazily initialized.
GeolocationDispatcher* geolocation_dispatcher_;
- ServiceRegistryImpl service_registry_;
-
// The screen orientation dispatcher attached to the view, lazily initialized.
ScreenOrientationDispatcher* screen_orientation_dispatcher_;
« no previous file with comments | « trunk/src/content/renderer/BUILD.gn ('k') | trunk/src/content/renderer/render_frame_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698