| 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..41f74ae3f996eef190d830b06ac66ec21117cb37 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->DisableI18nAndUseGzipForAllPaths();
|
|
|
| WebUIDataSource::Add(browser_context(), source);
|
|
|
|
|