| 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 a20d384de7a3ef7e0ce8b98a778b151f5729b7f0..4ecf948f463f46c16ce54d2b9b55504980f5e486 100644
|
| --- a/content/browser/webui/shared_resources_data_source.h
|
| +++ b/content/browser/webui/shared_resources_data_source.h
|
| @@ -22,6 +22,7 @@ class SharedResourcesDataSource : public URLDataSource {
|
| const std::string& path,
|
| const ResourceRequestInfo::WebContentsGetter& wc_getter,
|
| const URLDataSource::GotDataCallback& callback) override;
|
| + bool AllowCaching() const override;
|
| std::string GetMimeType(const std::string& path) const override;
|
| scoped_refptr<base::SingleThreadTaskRunner> TaskRunnerForRequestPath(
|
| const std::string& path) const override;
|
|
|