| 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 387209ebc3d988694ba8f0b3b73100a7eaa7e1cb..a5c9d6debbe5d2b4f74cd2b33fa17b1d398b6400 100644
|
| --- a/content/browser/webui/web_ui_data_source_impl.h
|
| +++ b/content/browser/webui/web_ui_data_source_impl.h
|
| @@ -53,6 +53,8 @@ class CONTENT_EXPORT WebUIDataSourceImpl
|
| // When DisableI18nAndUseGzipForAllPaths is enabled, exclude the given |path|.
|
| void ExcludePathFromGzip(const std::string& path);
|
|
|
| + bool IsWebUIDataSourceImpl() const override;
|
| +
|
| protected:
|
| ~WebUIDataSourceImpl() override;
|
|
|
|
|