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

Unified Diff: chrome/browser/ui/webui/history_ui.cc

Issue 403343002: Rename "managed (mode|user)" to "supervised user" (part 8) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 5 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/history_ui.cc
diff --git a/chrome/browser/ui/webui/history_ui.cc b/chrome/browser/ui/webui/history_ui.cc
index 2284baa0c2fd2f401301bca10b027525688f6bc5..c1f0b0a3d1839d48512919134e794a7d529e1068 100644
--- a/chrome/browser/ui/webui/history_ui.cc
+++ b/chrome/browser/ui/webui/history_ui.cc
@@ -189,7 +189,7 @@ content::WebUIDataSource* CreateHistoryUIHTMLSource(Profile* profile) {
source->SetDefaultResource(IDR_HISTORY_HTML);
source->SetUseJsonJSFormatV2();
source->DisableDenyXFrameOptions();
- source->AddBoolean("isManagedProfile", profile->IsSupervised());
+ source->AddBoolean("isSupervisedProfile", profile->IsSupervised());
source->AddBoolean("showDeleteVisitUI", !profile->IsSupervised());
return source;

Powered by Google App Engine
This is Rietveld 408576698