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

Unified Diff: trunk/src/content/public/browser/web_ui_data_source.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
Index: trunk/src/content/public/browser/web_ui_data_source.h
===================================================================
--- trunk/src/content/public/browser/web_ui_data_source.h (revision 258768)
+++ trunk/src/content/public/browser/web_ui_data_source.h (working copy)
@@ -25,14 +25,6 @@
CONTENT_EXPORT static WebUIDataSource* Create(const std::string& source_name);
-#if defined(USE_MOJO)
- // Adds the necessary resources for mojo bindings returning the
- // WebUIDataSource that handles the resources. Callers do not own the return
- // value.
- CONTENT_EXPORT static WebUIDataSource* AddMojoDataSource(
- BrowserContext* browser_context);
-#endif
-
// Adds a WebUI data source to |browser_context|.
CONTENT_EXPORT static void Add(BrowserContext* browser_context,
WebUIDataSource* source);
« no previous file with comments | « trunk/src/content/public/browser/render_view_host.h ('k') | trunk/src/content/renderer/mojo/mojo_render_process_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698