| Index: content/browser/appcache/appcache_internals_ui.cc
|
| diff --git a/content/browser/appcache/appcache_internals_ui.cc b/content/browser/appcache/appcache_internals_ui.cc
|
| index 18eb9fcffe9e9ac1fde91da7b9069db0298a4aad..290b35fbbc7b873186fcca02a3e75a2d6a5851a3 100644
|
| --- a/content/browser/appcache/appcache_internals_ui.cc
|
| +++ b/content/browser/appcache/appcache_internals_ui.cc
|
| @@ -351,6 +351,7 @@ AppCacheInternalsUI::AppCacheInternalsUI(WebUI* web_ui)
|
| source->AddResourcePath("appcache_internals.js", IDR_APPCACHE_INTERNALS_JS);
|
| source->AddResourcePath("appcache_internals.css", IDR_APPCACHE_INTERNALS_CSS);
|
| source->SetDefaultResource(IDR_APPCACHE_INTERNALS_HTML);
|
| + source->UseGzipForAllPaths();
|
|
|
| WebUIDataSource::Add(browser_context(), source);
|
|
|
|
|