Index: chrome/common/chrome_paths.cc |
diff --git a/chrome/common/chrome_paths.cc b/chrome/common/chrome_paths.cc |
index bd701f42f0b8204990a2ca270cf4054ab4f97a08..6556ec642d52d1120669f9106f962ebb22c2f4f0 100644 |
--- a/chrome/common/chrome_paths.cc |
+++ b/chrome/common/chrome_paths.cc |
@@ -298,6 +298,9 @@ bool PathProvider(int key, FilePath* result) { |
cur = cur.Append(FILE_PATH_LITERAL("chromeos")); |
cur = cur.Append(FILE_PATH_LITERAL("libcros.so")); |
break; |
+ case chrome::DIR_USER_POLICY: |
+ cur = FilePath(FILE_PATH_LITERAL("/home/chronos/root/enterprise")); |
+ break; |
#endif |
// The following are only valid in the development environment, and |
// will fail if executed from an installed executable (because the |