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

Unified Diff: content/browser/webui/web_ui_data_source_impl.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
Index: content/browser/webui/web_ui_data_source_impl.h
diff --git a/content/browser/webui/web_ui_data_source_impl.h b/content/browser/webui/web_ui_data_source_impl.h
index 9a015899c1a038e3e76bca4cade0159522f2be5d..7a07eee9699b543643f143be533343fec8603e74 100644
--- a/content/browser/webui/web_ui_data_source_impl.h
+++ b/content/browser/webui/web_ui_data_source_impl.h
@@ -36,7 +36,6 @@ class CONTENT_EXPORT WebUIDataSourceImpl
const base::DictionaryValue& localized_strings) OVERRIDE;
virtual void AddBoolean(const std::string& name, bool value) OVERRIDE;
virtual void SetJsonPath(const std::string& path) OVERRIDE;
- virtual void SetUseJsonJSFormatV2() OVERRIDE;
virtual void AddResourcePath(const std::string &path,
int resource_id) OVERRIDE;
virtual void SetDefaultResource(int resource_id) OVERRIDE;
@@ -88,7 +87,6 @@ class CONTENT_EXPORT WebUIDataSourceImpl
// specific resources like "favicon/34" getting sent to this source.
std::string source_name_;
int default_resource_;
- bool json_js_format_v2_;
std::string json_path_;
std::map<std::string, int> path_to_idr_map_;
base::DictionaryValue localized_strings_;
« no previous file with comments | « content/browser/service_worker/service_worker_internals_ui.cc ('k') | content/browser/webui/web_ui_data_source_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698