Index: content/public/browser/url_data_source.cc |
diff --git a/content/public/browser/url_data_source.cc b/content/public/browser/url_data_source.cc |
index 894c6e2dc72652df840fdc611d3426f57e9d92c3..7933952f34432ea36e5e2940fcbd6e49e211dd80 100644 |
--- a/content/public/browser/url_data_source.cc |
+++ b/content/public/browser/url_data_source.cc |
@@ -76,4 +76,8 @@ std::string URLDataSource::GetAccessControlAllowOriginForOrigin( |
return std::string(); |
} |
+bool URLDataSource::IsGzipped(const std::string& path) const { |
+ return false; |
+} |
+ |
} // namespace content |