Chromium Code Reviews| Index: chrome/browser/ui/webui/sync_setup_handler.cc |
| =================================================================== |
| --- chrome/browser/ui/webui/sync_setup_handler.cc (revision 111699) |
| +++ chrome/browser/ui/webui/sync_setup_handler.cc (working copy) |
| @@ -384,6 +384,10 @@ |
| { "aspWarningText", IDS_SYNC_ASP_PASSWORD_WARNING_TEXT }, |
| { "promoPageTitle", IDS_SYNC_PROMO_TAB_TITLE}, |
| { "promoMessageBody", IDS_SYNC_PROMO_MESSAGE_BODY}, |
| + { "promoMessageBodyA", IDS_SYNC_PROMO_MESSAGE_BODY_A}, |
|
sail
2011/11/28 16:34:25
instead of having multiple strings here and then d
SteveT
2011/11/28 20:07:32
So I addressed this roughly in the way you suggest
|
| + { "promoMessageBodyB", IDS_SYNC_PROMO_MESSAGE_BODY_B}, |
| + { "promoMessageBodyC", IDS_SYNC_PROMO_MESSAGE_BODY_C}, |
| + { "promoMessageBodyD", IDS_SYNC_PROMO_MESSAGE_BODY_D}, |
| { "promoSkipButton", IDS_SYNC_PROMO_SKIP_BUTTON}, |
| { "promoAdvanced", IDS_SYNC_PROMO_ADVANCED}, |
| { "promoLearnMoreShow", IDS_SYNC_PROMO_LEARN_MORE_SHOW}, |