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

Unified Diff: content/browser/indexed_db/indexed_db_internals_ui.cc

Issue 2590793004: MD Downloads: gzip vulcanized resources via compress="gzip" (Closed)
Patch Set: Created 4 years 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/indexed_db/indexed_db_internals_ui.cc
diff --git a/content/browser/indexed_db/indexed_db_internals_ui.cc b/content/browser/indexed_db/indexed_db_internals_ui.cc
index a6e0d7cbe9cf1f8491e97cc85a3a17fae638b8a6..202a5b5d65b8f9027053809456fbe5abe987f455 100644
--- a/content/browser/indexed_db/indexed_db_internals_ui.cc
+++ b/content/browser/indexed_db/indexed_db_internals_ui.cc
@@ -68,7 +68,7 @@ IndexedDBInternalsUI::IndexedDBInternalsUI(WebUI* web_ui)
source->AddResourcePath("indexeddb_internals.css",
IDR_INDEXED_DB_INTERNALS_CSS);
source->SetDefaultResource(IDR_INDEXED_DB_INTERNALS_HTML);
- source->DisableI18nAndUseGzipForAllPaths();
+ source->UseGzipForAllPaths();
BrowserContext* browser_context =
web_ui->GetWebContents()->GetBrowserContext();

Powered by Google App Engine
This is Rietveld 408576698