Chromium Code Reviews| Index: remoting/host/policy_hack/policy_watcher_linux.cc |
| diff --git a/remoting/host/policy_hack/policy_watcher_linux.cc b/remoting/host/policy_hack/policy_watcher_linux.cc |
| index 351e8e5190afa238190a3d79acf3cce44683a939..8455b606a1c6b7c142b975a7916a2d2141ef1f8c 100644 |
| --- a/remoting/host/policy_hack/policy_watcher_linux.cc |
| +++ b/remoting/host/policy_hack/policy_watcher_linux.cc |
| @@ -33,7 +33,11 @@ namespace policy_hack { |
| namespace { |
| const FilePath::CharType kPolicyDir[] = |
| +#if defined(OFFICIAL_BUILD) |
| FILE_PATH_LITERAL("/etc/opt/chrome/policies/managed"); |
| +#else |
| + FILE_PATH_LITERAL("/etc/chromium/policies/managed"); |
|
Sergey Ulanov
2012/08/24 19:43:33
Was it intentional change?
We always want to look
garykac
2012/08/27 22:34:57
Ah. I didn't realize that (and it's easier to edit
|
| +#endif |
| // Amount of time we wait for the files on disk to settle before trying to load |
| // them. This alleviates the problem of reading partially written files and |