| Index: content/browser/webui/web_ui_data_source_impl.cc
|
| diff --git a/content/browser/webui/web_ui_data_source_impl.cc b/content/browser/webui/web_ui_data_source_impl.cc
|
| index e923236b94696e343d18a0eb596a5afe995f9675..ee567580ed8e25011a69a546d01d0813c8e1c9f6 100644
|
| --- a/content/browser/webui/web_ui_data_source_impl.cc
|
| +++ b/content/browser/webui/web_ui_data_source_impl.cc
|
| @@ -220,7 +220,7 @@ void WebUIDataSourceImpl::DisableDenyXFrameOptions() {
|
| deny_xframe_options_ = false;
|
| }
|
|
|
| -void WebUIDataSourceImpl::DisableI18nAndUseGzipForAllPaths() {
|
| +void WebUIDataSourceImpl::UseGzipForAllPaths() {
|
| use_gzip_for_all_paths_ = true;
|
| }
|
|
|
|
|