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