| 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 23bdfd1d5997339e9b2009ad6ef327e8b5dad6cc..d7c1c52e12a3dfcb83020ebdd991435c912c7b87 100644
|
| --- a/content/browser/webui/web_ui_data_source_impl.h
|
| +++ b/content/browser/webui/web_ui_data_source_impl.h
|
| @@ -45,6 +45,7 @@ class CONTENT_EXPORT WebUIDataSourceImpl
|
| void OverrideContentSecurityPolicyChildSrc(const std::string& data) override;
|
| void DisableDenyXFrameOptions() override;
|
| void DisableI18nAndUseGzipForAllPaths() override;
|
| + const ui::TemplateReplacements* GetTemplateReplacements() const override;
|
|
|
| protected:
|
| ~WebUIDataSourceImpl() override;
|
|
|