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

Unified Diff: chrome/browser/supervised_user/supervised_user_interstitial.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_interstitial.cc
diff --git a/chrome/browser/supervised_user/supervised_user_interstitial.cc b/chrome/browser/supervised_user/supervised_user_interstitial.cc
index 56e7c11fc1ca08543f82a8f92abb1e0fade09a2d..2fa3ca23b2d2b741222f13d287b7343a0cdc0f9c 100644
--- a/chrome/browser/supervised_user/supervised_user_interstitial.cc
+++ b/chrome/browser/supervised_user/supervised_user_interstitial.cc
@@ -155,7 +155,7 @@ std::string SupervisedUserInterstitial::GetHTMLContents() {
webui::SetFontAndTextDirection(&strings);
base::StringPiece html(ResourceBundle::GetSharedInstance().GetRawDataResource(
- IDR_MANAGED_MODE_BLOCK_INTERSTITIAL_HTML));
+ IDR_SUPERVISED_USER_BLOCK_INTERSTITIAL_HTML));
webui::UseVersion2 version;
return webui::GetI18nTemplateHtml(html, &strings);
« no previous file with comments | « chrome/browser/resources/login/user_pod_row.css ('k') | chrome/browser/supervised_user/supervised_user_navigation_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698