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

Unified Diff: chrome/browser/ui/webui/chromeos/login/enterprise_enrollment_screen_handler.cc

Issue 8283014: Sync: Update look of sign in box (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removing binary Created 9 years, 2 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/chromeos/login/enterprise_enrollment_screen_handler.cc
diff --git a/chrome/browser/ui/webui/chromeos/login/enterprise_enrollment_screen_handler.cc b/chrome/browser/ui/webui/chromeos/login/enterprise_enrollment_screen_handler.cc
index a2db10935b5b23cd402dd6e0be5c57fc2b71ef2a..c1a4b8231bb60b3430880091550ec65b55bd6e44 100644
--- a/chrome/browser/ui/webui/chromeos/login/enterprise_enrollment_screen_handler.cc
+++ b/chrome/browser/ui/webui/chromeos/login/enterprise_enrollment_screen_handler.cc
@@ -187,10 +187,10 @@ void EnterpriseEnrollmentScreenHandler::GetLocalizedStrings(
"signinsuffix", l10n_util::GetStringUTF16(IDS_SYNC_LOGIN_SIGNIN_SUFFIX));
localized_strings->SetString(
"cannotbeblank", l10n_util::GetStringUTF16(IDS_SYNC_CANNOT_BE_BLANK));
- localized_strings->SetString("emaillabel",
- l10n_util::GetStringUTF16(IDS_SYNC_LOGIN_EMAIL));
- localized_strings->SetString(
- "passwordlabel", l10n_util::GetStringUTF16(IDS_SYNC_LOGIN_PASSWORD));
+ localized_strings->SetString("emaillabel", l10n_util::GetStringUTF16(
+ IDS_SYNC_LOGIN_EMAIL_SAME_LINE));
+ localized_strings->SetString("passwordlabel", l10n_util::GetStringUTF16(
+ IDS_SYNC_LOGIN_PASSWORD_SAME_LINE));
localized_strings->SetString(
"invalidcredentials",
l10n_util::GetStringUTF16(IDS_SYNC_INVALID_USER_CREDENTIALS));
« no previous file with comments | « chrome/browser/ui/webui/chromeos/enterprise_enrollment_ui_unittest.cc ('k') | chrome/browser/ui/webui/sync_setup_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698