Index: trunk/src/content/public/browser/render_view_host.h |
=================================================================== |
--- trunk/src/content/public/browser/render_view_host.h (revision 258768) |
+++ trunk/src/content/public/browser/render_view_host.h (working copy) |
@@ -14,10 +14,6 @@ |
#include "content/public/common/page_zoom.h" |
#include "third_party/WebKit/public/web/WebDragOperation.h" |
-#if defined(USE_MOJO) |
-#include "mojo/public/system/core_cpp.h" |
-#endif |
- |
class GURL; |
struct WebPreferences; |
@@ -252,11 +248,6 @@ |
virtual void DisableFullscreenEncryptedMediaPlayback() = 0; |
#endif |
-#if defined(USE_MOJO) |
- // Sets the mojo handle for WebUI pages. |
- virtual void SetWebUIHandle(mojo::ScopedMessagePipeHandle handle) = 0; |
-#endif |
- |
private: |
// This interface should only be implemented inside content. |
friend class RenderViewHostImpl; |