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

Unified Diff: content/public/browser/web_ui_data_source.h

Issue 599653003: Remove old template html boilerplate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bydefault
Patch Set: fix android Created 6 years, 3 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 | « content/browser/webui/web_ui_data_source_unittest.cc ('k') | ui/base/webui/jstemplate_builder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/web_ui_data_source.h
diff --git a/content/public/browser/web_ui_data_source.h b/content/public/browser/web_ui_data_source.h
index 2acb117b2c0d14c369f415b92cf0e9493ae9e183..5e0a2deb5680a34b4aa6e91bf182c97cb49a65e1 100644
--- a/content/public/browser/web_ui_data_source.h
+++ b/content/public/browser/web_ui_data_source.h
@@ -56,10 +56,6 @@ class WebUIDataSource {
// Sets the path which will return the JSON strings.
virtual void SetJsonPath(const std::string& path) = 0;
- // Sets the data source to use a slightly different format for json data. Some
- // day this should become the default.
- virtual void SetUseJsonJSFormatV2() = 0;
-
// Adds a mapping between a path name and a resource to return.
virtual void AddResourcePath(const std::string& path, int resource_id) = 0;
« no previous file with comments | « content/browser/webui/web_ui_data_source_unittest.cc ('k') | ui/base/webui/jstemplate_builder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698