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

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

Issue 384023002: Rename "managed (mode|user)" to "supervised user" (part 6) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: break long lines 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/options/supervised_user_create_confirm_handler.h
diff --git a/chrome/browser/ui/webui/options/managed_user_create_confirm_handler.h b/chrome/browser/ui/webui/options/supervised_user_create_confirm_handler.h
similarity index 64%
rename from chrome/browser/ui/webui/options/managed_user_create_confirm_handler.h
rename to chrome/browser/ui/webui/options/supervised_user_create_confirm_handler.h
index 06038c45b8afd9a319ac4b39b8037ef31ebea19f..399c4d9b32132e3c4421598f7d8bb2ae1e01329b 100644
--- a/chrome/browser/ui/webui/options/managed_user_create_confirm_handler.h
+++ b/chrome/browser/ui/webui/options/supervised_user_create_confirm_handler.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_UI_WEBUI_OPTIONS_MANAGED_USER_CREATE_CONFIRM_HANDLER_H_
-#define CHROME_BROWSER_UI_WEBUI_OPTIONS_MANAGED_USER_CREATE_CONFIRM_HANDLER_H_
+#ifndef CHROME_BROWSER_UI_WEBUI_OPTIONS_SUPERVISED_USER_CREATE_CONFIRM_HANDLER_H_
+#define CHROME_BROWSER_UI_WEBUI_OPTIONS_SUPERVISED_USER_CREATE_CONFIRM_HANDLER_H_
#include "chrome/browser/ui/webui/options/options_ui.h"
@@ -13,12 +13,12 @@ class DictionaryValue;
namespace options {
-// Handler for the confirmation dialog after successful creation of a managed
+// Handler for the confirmation dialog after successful creation of a supervised
// user.
-class ManagedUserCreateConfirmHandler : public OptionsPageUIHandler {
+class SupervisedUserCreateConfirmHandler : public OptionsPageUIHandler {
public:
- ManagedUserCreateConfirmHandler();
- virtual ~ManagedUserCreateConfirmHandler();
+ SupervisedUserCreateConfirmHandler();
+ virtual ~SupervisedUserCreateConfirmHandler();
// OptionsPageUIHandler implementation.
virtual void GetLocalizedValues(
@@ -33,9 +33,9 @@ class ManagedUserCreateConfirmHandler : public OptionsPageUIHandler {
// |args| is of the form [ {string} profileFilePath ]
void SwitchToProfile(const base::ListValue* args);
- DISALLOW_COPY_AND_ASSIGN(ManagedUserCreateConfirmHandler);
+ DISALLOW_COPY_AND_ASSIGN(SupervisedUserCreateConfirmHandler);
};
} // namespace options
-#endif // CHROME_BROWSER_UI_WEBUI_OPTIONS_MANAGED_USER_CREATE_CONFIRM_HANDLER_H_
+#endif // CHROME_BROWSER_UI_WEBUI_OPTIONS_SUPERVISED_USER_CREATE_CONFIRM_HANDLER_H_

Powered by Google App Engine
This is Rietveld 408576698