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

Unified Diff: chrome/browser/ui/webui/welcome_ui_android.cc

Issue 13918004: Change first run strings from "omnibox data" -> "history" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 8 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: chrome/browser/ui/webui/welcome_ui_android.cc
diff --git a/chrome/browser/ui/webui/welcome_ui_android.cc b/chrome/browser/ui/webui/welcome_ui_android.cc
index 0646233e797ab871d8ee2145ecab09183e937797..c17ba9cb68642ac44092eb9eada73f8eca4562e9 100644
--- a/chrome/browser/ui/webui/welcome_ui_android.cc
+++ b/chrome/browser/ui/webui/welcome_ui_android.cc
@@ -30,7 +30,10 @@ WelcomeUI::WelcomeUI(content::WebUI* web_ui)
html_source->AddLocalizedString("title",
IDS_NEW_TAB_CHROME_WELCOME_PAGE_TITLE);
html_source->AddLocalizedString("takeATour", IDS_FIRSTRUN_TAKE_TOUR);
- html_source->AddLocalizedString("firstRunSignedIn", IDS_FIRSTRUN_SIGNED_IN);
+ html_source->AddLocalizedString("firstRunSignedInPart1",
+ IDS_FIRSTRUN_SIGNED_IN_PART_1);
+ html_source->AddLocalizedString("firstRunSignedInPart2",
+ IDS_FIRSTRUN_SIGNED_IN_PART_2);
html_source->AddLocalizedString("settings", IDS_FIRSTRUN_SETTINGS_LINK);
std::string locale = g_browser_process->GetApplicationLocale();

Powered by Google App Engine
This is Rietveld 408576698