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 2cc738cfd25e23e5cb0e466cd04bf74faf8c0cbe..23bdfd1d5997339e9b2009ad6ef327e8b5dad6cc 100644 |
--- a/content/browser/webui/web_ui_data_source_impl.h |
+++ b/content/browser/webui/web_ui_data_source_impl.h |
@@ -44,6 +44,7 @@ class CONTENT_EXPORT WebUIDataSourceImpl |
void OverrideContentSecurityPolicyObjectSrc(const std::string& data) override; |
void OverrideContentSecurityPolicyChildSrc(const std::string& data) override; |
void DisableDenyXFrameOptions() override; |
+ void DisableI18nAndUseGzipForAllPaths() override; |
protected: |
~WebUIDataSourceImpl() override; |
@@ -96,6 +97,7 @@ class CONTENT_EXPORT WebUIDataSourceImpl |
bool deny_xframe_options_; |
bool add_load_time_data_defaults_; |
bool replace_existing_source_; |
+ bool use_gzip_for_all_paths_; |
DISALLOW_COPY_AND_ASSIGN(WebUIDataSourceImpl); |
}; |