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

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

Issue 9225053: Add a blocking version of the sync promo dialog (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address review comments Created 8 years, 11 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/sync_setup_handler.cc
diff --git a/chrome/browser/ui/webui/sync_setup_handler.cc b/chrome/browser/ui/webui/sync_setup_handler.cc
index a5b3fafd53a6c805356d151a3158838e8345ae5d..7c6a6878ff1385d7300fcf4e313203929213ca06 100644
--- a/chrome/browser/ui/webui/sync_setup_handler.cc
+++ b/chrome/browser/ui/webui/sync_setup_handler.cc
@@ -222,7 +222,7 @@ void SyncSetupHandler::GetStaticLocalizedValues(
bool is_launch_page = web_ui && SyncPromoUI::GetIsLaunchPageForSyncPromoURL(
web_ui->GetWebContents()->GetURL());
- int title_id = is_launch_page ? IDS_SYNC_PROMO_TITLE :
+ int title_id = is_launch_page ? IDS_SYNC_PROMO_TITLE_SHORT :
Dan Beam 2012/01/30 18:10:05 where did this change? did this value already exis
sail 2012/01/30 21:52:36 yea, this value already existed, I was using the w
IDS_SYNC_PROMO_TITLE_EXISTING_USER;
string16 short_product_name(GetStringUTF16(IDS_SHORT_PRODUCT_NAME));
localized_strings->SetString(

Powered by Google App Engine
This is Rietveld 408576698