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

Unified Diff: trunk/src/content/public/browser/render_view_host.h

Issue 208263008: Revert 258763 "Adds plumbing to pass WebUI mojo::Handle from bro..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 9 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/content_tests.gypi ('k') | trunk/src/content/public/browser/web_ui_data_source.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « trunk/src/content/content_tests.gypi ('k') | trunk/src/content/public/browser/web_ui_data_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698