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); |