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

Unified Diff: trunk/src/content/browser/frame_host/render_frame_host_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/browser/BUILD.gn ('k') | trunk/src/content/browser/frame_host/render_frame_host_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/content/browser/frame_host/render_frame_host_impl.h
===================================================================
--- trunk/src/content/browser/frame_host/render_frame_host_impl.h (revision 279559)
+++ trunk/src/content/browser/frame_host/render_frame_host_impl.h (working copy)
@@ -14,7 +14,6 @@
#include "base/strings/string16.h"
#include "base/time/time.h"
#include "content/common/content_export.h"
-#include "content/common/mojo/service_registry_impl.h"
#include "content/public/browser/render_frame_host.h"
#include "content/public/common/javascript_message_type.h"
#include "content/public/common/page_transition_types.h"
@@ -67,7 +66,6 @@
const base::string16& javascript,
const JavaScriptResultCallback& callback) OVERRIDE;
virtual RenderViewHost* GetRenderViewHost() OVERRIDE;
- virtual ServiceRegistry* GetServiceRegistry() OVERRIDE;
// IPC::Sender
virtual bool Send(IPC::Message* msg) OVERRIDE;
@@ -304,8 +302,6 @@
// When the last BeforeUnload message was sent.
base::TimeTicks send_before_unload_start_time_;
- ServiceRegistryImpl service_registry_;
-
base::WeakPtrFactory<RenderFrameHostImpl> weak_ptr_factory_;
DISALLOW_COPY_AND_ASSIGN(RenderFrameHostImpl);
« no previous file with comments | « trunk/src/content/browser/BUILD.gn ('k') | trunk/src/content/browser/frame_host/render_frame_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698