summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authorbauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-11 11:49:58 +0000
committerbauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-11 11:49:58 +0000
commite14804834b1fae69695afe47dbe375f52f5d5efc (patch)
tree57c1ed50532e85e9b8686a50fc67eb211978546a /chrome/common
parent4c6636d52cdfb5d41e9d967ebf4deb331deb58fe (diff)
downloadchromium_src-e14804834b1fae69695afe47dbe375f52f5d5efc.zip
chromium_src-e14804834b1fae69695afe47dbe375f52f5d5efc.tar.gz
chromium_src-e14804834b1fae69695afe47dbe375f52f5d5efc.tar.bz2
Move ManagedModePolicyProvider functionality to ManagedUserSettingsService.
TBR=sky@chromium.org,rsimha@chromium.org BUG=280674 Review URL: https://chromiumcodereview.appspot.com/23376002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222494 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/chrome_constants.cc2
-rw-r--r--chrome/common/chrome_constants.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc
index 3dd5bd3..e256572 100644
--- a/chrome/common/chrome_constants.cc
+++ b/chrome/common/chrome_constants.cc
@@ -169,7 +169,7 @@ const base::FilePath::CharType kJumpListIconDirname[] = FPL("JumpListIcons");
const base::FilePath::CharType kLocalStateFilename[] = FPL("Local State");
const base::FilePath::CharType kLocalStorePoolName[] = FPL("LocalStorePool");
const base::FilePath::CharType kLoginDataFileName[] = FPL("Login Data");
-const base::FilePath::CharType kManagedModePolicyFilename[] =
+const base::FilePath::CharType kManagedUserSettingsFilename[] =
FPL("Managed Mode Settings");
const base::FilePath::CharType kMediaCacheDirname[] = FPL("Media Cache");
const base::FilePath::CharType kNewTabThumbnailsFilename[] =
diff --git a/chrome/common/chrome_constants.h b/chrome/common/chrome_constants.h
index 1691e56..d06f8d3 100644
--- a/chrome/common/chrome_constants.h
+++ b/chrome/common/chrome_constants.h
@@ -66,7 +66,7 @@ extern const base::FilePath::CharType kJumpListIconDirname[];
extern const base::FilePath::CharType kLocalStateFilename[];
extern const base::FilePath::CharType kLocalStorePoolName[];
extern const base::FilePath::CharType kLoginDataFileName[];
-extern const base::FilePath::CharType kManagedModePolicyFilename[];
+extern const base::FilePath::CharType kManagedUserSettingsFilename[];
extern const base::FilePath::CharType kMediaCacheDirname[];
extern const base::FilePath::CharType kNewTabThumbnailsFilename[];
extern const base::FilePath::CharType kOBCertFilename[];