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

Unified Diff: chrome/browser/chromeos/login/signin/merge_session_load_page.cc

Issue 588363002: WebUI: Update some more uses of the old-style i18ntemplate/LocalStrings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: IDS_CANCEL change is in a different cl Created 6 years, 3 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
« no previous file with comments | « no previous file | chrome/browser/resources/about_sys/about_sys.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/signin/merge_session_load_page.cc
diff --git a/chrome/browser/chromeos/login/signin/merge_session_load_page.cc b/chrome/browser/chromeos/login/signin/merge_session_load_page.cc
index 33292fc5b9d3cb1d774e55deba011a512a47ef78..b1b686d0eca541d8ee1e30e0d51c9bb0e60b84af 100644
--- a/chrome/browser/chromeos/login/signin/merge_session_load_page.cc
+++ b/chrome/browser/chromeos/login/signin/merge_session_load_page.cc
@@ -90,6 +90,7 @@ std::string MergeSessionLoadPage::GetHTMLContents() {
bool rtl = base::i18n::IsRTL();
strings.SetString("textdirection", rtl ? "rtl" : "ltr");
+ webui::UseVersion2 version2;
base::StringPiece html(
ResourceBundle::GetSharedInstance().GetRawDataResource(
IDR_MERGE_SESSION_LOAD_HTML));
« no previous file with comments | « no previous file | chrome/browser/resources/about_sys/about_sys.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698