| Index: content/browser/webui/shared_resources_data_source.h
|
| diff --git a/content/browser/webui/shared_resources_data_source.h b/content/browser/webui/shared_resources_data_source.h
|
| index ed35d2ee01c6c1a834df587ebe7a07759cac726f..5863c5e032322a19a3afbabb3f0a844e238fd233 100644
|
| --- a/content/browser/webui/shared_resources_data_source.h
|
| +++ b/content/browser/webui/shared_resources_data_source.h
|
| @@ -29,6 +29,7 @@ class SharedResourcesDataSource : public URLDataSource {
|
| const std::string& path) const override;
|
| std::string GetAccessControlAllowOriginForOrigin(
|
| const std::string& origin) const override;
|
| + bool IsGzipped(const std::string& path) const override;
|
|
|
| private:
|
| ~SharedResourcesDataSource() override;
|
|
|