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