Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(257)

Unified Diff: content/browser/appcache/appcache_internals_ui.cc

Issue 2149323003: Change the way that gzipped resources are loaded from resources.pak (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698