| Index: content/browser/webui/shared_resources_data_source.cc
|
| diff --git a/content/browser/webui/shared_resources_data_source.cc b/content/browser/webui/shared_resources_data_source.cc
|
| index d9aaee7d1dc8cbb124a8de579bdfa6bf321000f4..86f1cce409ed5e8294f4731daa43bfc9e388ce5d 100644
|
| --- a/content/browser/webui/shared_resources_data_source.cc
|
| +++ b/content/browser/webui/shared_resources_data_source.cc
|
| @@ -196,4 +196,8 @@ SharedResourcesDataSource::GetAccessControlAllowOriginForOrigin(
|
| return origin;
|
| }
|
|
|
| +bool SharedResourcesDataSource::IsGzipped(const std::string& path) const {
|
| + return path == "js/mojo_bindings.js";
|
| +}
|
| +
|
| } // namespace content
|
|
|