Index: chrome/common/chrome_paths.cc |
diff --git a/chrome/common/chrome_paths.cc b/chrome/common/chrome_paths.cc |
index 675a357f466b0ce1bc21aef07602939a6459d138..6d4849e8e10e5c31de9dba9c3c3f59b02c520ce1 100644 |
--- a/chrome/common/chrome_paths.cc |
+++ b/chrome/common/chrome_paths.cc |
@@ -300,9 +300,6 @@ 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 |