| Index: remoting/host/policy_watcher.cc
|
| diff --git a/remoting/host/policy_watcher.cc b/remoting/host/policy_watcher.cc
|
| index a630ba2a778a2ad5b7c9333209533874584dffda..f114f068fa31c08580f1dcccd10c10df8f3076d7 100644
|
| --- a/remoting/host/policy_watcher.cc
|
| +++ b/remoting/host/policy_watcher.cc
|
| @@ -372,6 +372,8 @@ std::unique_ptr<PolicyWatcher> PolicyWatcher::Create(
|
| file_task_runner,
|
| base::FilePath(FILE_PATH_LITERAL("/etc/opt/chrome/policies")),
|
| policy::POLICY_SCOPE_MACHINE));
|
| +#elif defined(OS_ANDROID)
|
| + NOTIMPLEMENTED();
|
| #else
|
| #error OS that is not yet supported by PolicyWatcher code.
|
| #endif
|
|
|