| 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");
|
| +#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
|
|
|