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

Unified Diff: chrome/browser/ui/webui/options/create_profile_handler.h

Issue 335833003: Rename "managed (mode|user)" to "supervised user" (part 2) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review comments (+ a few other cleanups) 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
« no previous file with comments | « chrome/browser/ui/webui/history_ui.cc ('k') | chrome/browser/ui/webui/options/create_profile_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/options/create_profile_handler.h
diff --git a/chrome/browser/ui/webui/options/create_profile_handler.h b/chrome/browser/ui/webui/options/create_profile_handler.h
index e813b3932691a0661151499010d54bffcf146810..34942e997702ec60f58c250a90fd97a102f8b4db 100644
--- a/chrome/browser/ui/webui/options/create_profile_handler.h
+++ b/chrome/browser/ui/webui/options/create_profile_handler.h
@@ -19,7 +19,7 @@ class DictionaryValue;
class ListValue;
}
-class ManagedUserRegistrationUtility;
+class SupervisedUserRegistrationUtility;
namespace options {
@@ -150,7 +150,8 @@ class CreateProfileHandler: public OptionsPageUIHandler {
// Used to track how long profile creation takes.
base::TimeTicks profile_creation_start_time_;
- scoped_ptr<ManagedUserRegistrationUtility> managed_user_registration_utility_;
+ scoped_ptr<SupervisedUserRegistrationUtility>
+ supervised_user_registration_utility_;
// Indicates the type of the in progress profile creation operation.
// The value is only relevant while we are creating/importing a profile.
« no previous file with comments | « chrome/browser/ui/webui/history_ui.cc ('k') | chrome/browser/ui/webui/options/create_profile_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698