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

Unified Diff: chrome/browser/supervised_user/supervised_user_navigation_observer.cc

Issue 350183002: Rename "managed (mode|user)" to "supervised user" (part 5) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 6 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/supervised_user/supervised_user_navigation_observer.cc
diff --git a/chrome/browser/supervised_user/supervised_user_navigation_observer.cc b/chrome/browser/supervised_user/supervised_user_navigation_observer.cc
index 0b58bab47644b5de6acce215df31aacd8d24dde9..1b795ee92e68cea2f831ababbba557a3e0a0d4f6 100644
--- a/chrome/browser/supervised_user/supervised_user_navigation_observer.cc
+++ b/chrome/browser/supervised_user/supervised_user_navigation_observer.cc
@@ -127,7 +127,7 @@ void SupervisedUserWarningInfoBarDelegate::InfoBarDismissed() {
}
base::string16 SupervisedUserWarningInfoBarDelegate::GetMessageText() const {
- return l10n_util::GetStringUTF16(IDS_MANAGED_USER_WARN_INFOBAR_MESSAGE);
+ return l10n_util::GetStringUTF16(IDS_SUPERVISED_USER_WARN_INFOBAR_MESSAGE);
}
int SupervisedUserWarningInfoBarDelegate::GetButtons() const {
@@ -137,7 +137,7 @@ int SupervisedUserWarningInfoBarDelegate::GetButtons() const {
base::string16 SupervisedUserWarningInfoBarDelegate::GetButtonLabel(
InfoBarButton button) const {
DCHECK_EQ(BUTTON_OK, button);
- return l10n_util::GetStringUTF16(IDS_MANAGED_USER_WARN_INFOBAR_GO_BACK);
+ return l10n_util::GetStringUTF16(IDS_SUPERVISED_USER_WARN_INFOBAR_GO_BACK);
}
bool SupervisedUserWarningInfoBarDelegate::Accept() {

Powered by Google App Engine
This is Rietveld 408576698