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

Unified Diff: chrome/browser/ui/cocoa/profiles/profile_signin_confirmation_view_controller_browsertest.mm

Issue 2626723002: Remove some string IDS' _NEW_STYLE suffix and some unused IDS. (Closed)
Patch Set: Created 3 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/cocoa/profiles/profile_signin_confirmation_view_controller_browsertest.mm
diff --git a/chrome/browser/ui/cocoa/profiles/profile_signin_confirmation_view_controller_browsertest.mm b/chrome/browser/ui/cocoa/profiles/profile_signin_confirmation_view_controller_browsertest.mm
index b1b0689cc5a2637650038071dc50dfe0e1022a73..6380427327b8719898c592ac26bf818b518b1cf0 100644
--- a/chrome/browser/ui/cocoa/profiles/profile_signin_confirmation_view_controller_browsertest.mm
+++ b/chrome/browser/ui/cocoa/profiles/profile_signin_confirmation_view_controller_browsertest.mm
@@ -165,7 +165,7 @@ IN_PROC_BROWSER_TEST_F(ProfileSigninConfirmationViewControllerTest,
// Explanation shouldn't mention creating a new profile.
NSString* explanationWithoutCreateProfile = base::SysUTF16ToNSString(
l10n_util::GetStringFUTF16(
- IDS_ENTERPRISE_SIGNIN_EXPLANATION_WITHOUT_PROFILE_CREATION_NEW_STYLE,
+ IDS_ENTERPRISE_SIGNIN_EXPLANATION_WITHOUT_PROFILE_CREATION,
base::UTF8ToUTF16(username()), learn_more()));
EXPECT_NSEQ(explanationWithoutCreateProfile,
[[[controller_ explanationField] textStorage] string]);
@@ -180,7 +180,7 @@ IN_PROC_BROWSER_TEST_F(ProfileSigninConfirmationViewControllerTest,
containsObject:[controller_ createProfileButton]]);
NSString* explanationWithCreateProfile = base::SysUTF16ToNSString(
l10n_util::GetStringFUTF16(
- IDS_ENTERPRISE_SIGNIN_EXPLANATION_WITH_PROFILE_CREATION_NEW_STYLE,
+ IDS_ENTERPRISE_SIGNIN_EXPLANATION_WITH_PROFILE_CREATION,
base::UTF8ToUTF16(username()), learn_more()));
EXPECT_NSEQ(explanationWithCreateProfile,
[[[controller_ explanationField] textStorage] string]);

Powered by Google App Engine
This is Rietveld 408576698