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

Unified Diff: chrome/common/chrome_constants.cc

Issue 10510006: Add ManagedModePolicyProvider and extension API to get and set policies. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review Created 8 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/common/chrome_constants.h ('k') | chrome/common/extensions/api/managed_mode_private.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_constants.cc
diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc
index 6cfd0b3766c351f8187c62a8953482351baf054e..3a2fc34344f0db712d335905b01a5f733f82b826 100644
--- a/chrome/common/chrome_constants.cc
+++ b/chrome/common/chrome_constants.cc
@@ -161,6 +161,8 @@ const FilePath::CharType kJumpListIconDirname[] = FPL("JumpListIcons");
const FilePath::CharType kWebAppDirname[] = FPL("Web Applications");
const FilePath::CharType kServiceStateFileName[] = FPL("Service State");
const FilePath::CharType kReadmeFilename[] = FPL("README");
+const FilePath::CharType kManagedModePolicyFilename[] =
+ FPL("Managed Mode Settings");
#if defined(OS_CHROMEOS)
const FilePath::CharType kGDataCacheDirname[] = FPL("GCache");
« no previous file with comments | « chrome/common/chrome_constants.h ('k') | chrome/common/extensions/api/managed_mode_private.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698