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

Unified Diff: chrome/browser/ui/webui/md_downloads/md_downloads_ui.cc

Issue 1409933012: MD Downloads: re-jigger the order of i18n processing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: grd + c++ funkiness Created 5 years, 1 month 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
« no previous file with comments | « chrome/browser/resources/md_downloads/vulcanized.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/md_downloads/md_downloads_ui.cc
diff --git a/chrome/browser/ui/webui/md_downloads/md_downloads_ui.cc b/chrome/browser/ui/webui/md_downloads/md_downloads_ui.cc
index ecda4ccd8cff875761d7f776dff6518600897a60..3e8ec98e282bdbe79140c9f3da0c35d03df805d9 100644
--- a/chrome/browser/ui/webui/md_downloads/md_downloads_ui.cc
+++ b/chrome/browser/ui/webui/md_downloads/md_downloads_ui.cc
@@ -111,7 +111,7 @@ content::WebUIDataSource* CreateDownloadsUIHTMLSource(Profile* profile) {
source->AddResourcePath("crisper.js", IDR_MD_DOWNLOADS_CRISPER_JS);
source->AddResourcePath("dev.html", IDR_MD_DOWNLOADS_DOWNLOADS_HTML);
source->AddResourcePath("downloads.js", IDR_MD_DOWNLOADS_DOWNLOADS_JS);
- source->AddResourcePath("i18n.html", IDR_MD_DOWNLOADS_I18N_HTML);
+ source->AddResourcePath("i18n_setup.html", IDR_MD_DOWNLOADS_I18N_SETUP_HTML);
source->AddResourcePath("item.css", IDR_MD_DOWNLOADS_ITEM_CSS);
source->AddResourcePath("item.html", IDR_MD_DOWNLOADS_ITEM_HTML);
source->AddResourcePath("item.js", IDR_MD_DOWNLOADS_ITEM_JS);
« no previous file with comments | « chrome/browser/resources/md_downloads/vulcanized.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698