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

Unified Diff: chrome/browser/supervised_user/supervised_user_constants.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
Index: chrome/browser/supervised_user/supervised_user_constants.h
diff --git a/chrome/browser/managed_mode/managed_user_constants.h b/chrome/browser/supervised_user/supervised_user_constants.h
similarity index 60%
rename from chrome/browser/managed_mode/managed_user_constants.h
rename to chrome/browser/supervised_user/supervised_user_constants.h
index c27fc6df6bcb8a87b5603c6f5d58e88ca579e106..01c0fd8526405c916341217fba40895378c4b422 100644
--- a/chrome/browser/managed_mode/managed_user_constants.h
+++ b/chrome/browser/supervised_user/supervised_user_constants.h
@@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_MANAGED_MODE_MANAGED_USER_CONSTANTS_H_
-#define CHROME_BROWSER_MANAGED_MODE_MANAGED_USER_CONSTANTS_H_
+#ifndef CHROME_BROWSER_SUPERVISED_USER_SUPERVISED_USER_CONSTANTS_H_
+#define CHROME_BROWSER_SUPERVISED_USER_SUPERVISED_USER_CONSTANTS_H_
-namespace managed_users {
+namespace supervised_users {
-// Keys for managed user settings. These are configured remotely and mapped to
-// preferences by the SupervisedUserPrefStore.
+// Keys for supervised user settings. These are configured remotely and mapped
+// to preferences by the SupervisedUserPrefStore.
extern const char kContentPackDefaultFilteringBehavior[];
extern const char kContentPackManualBehaviorHosts[];
extern const char kContentPackManualBehaviorURLs[];
@@ -20,15 +20,15 @@ extern const char kUserPasswordRecord[];
// A pseudo-email address for systems that expect well-formed email addresses
// (like Sync), even though we're not signed in.
-extern const char kManagedUserPseudoEmail[];
+extern const char kSupervisedUserPseudoEmail[];
-// Keys for managed user shared settings. These can be configured remotely or
+// Keys for supervised user shared settings. These can be configured remotely or
// locally, and are mapped to preferences by the
// SupervisedUserPrefMappingService.
extern const char kChromeAvatarIndex[];
extern const char kChromeOSAvatarIndex[];
extern const char kChromeOSPasswordData[];
-} // namespace managed_users
+} // namespace supervised_users
-#endif // CHROME_BROWSER_MANAGED_MODE_MANAGED_USER_CONSTANTS_H_
+#endif // CHROME_BROWSER_SUPERVISED_USER_SUPERVISED_USER_CONSTANTS_H_

Powered by Google App Engine
This is Rietveld 408576698