Chromium Code Reviews| Index: remoting/host/policy_watcher.cc |
| diff --git a/remoting/host/policy_watcher.cc b/remoting/host/policy_watcher.cc |
| index 3c3cfb5d7740656d21142541f0a60dc52dfd79db..aa9498ef309c4a98a3f82ee15a59767b8ef205a0 100644 |
| --- a/remoting/host/policy_watcher.cc |
| +++ b/remoting/host/policy_watcher.cc |
| @@ -369,6 +369,8 @@ scoped_ptr<PolicyWatcher> PolicyWatcher::Create( |
| file_task_runner, |
| base::FilePath(FILE_PATH_LITERAL("/etc/opt/chrome/policies")), |
| policy::POLICY_SCOPE_MACHINE)); |
| +#elif defined(OS_ANDROID) |
| +// TODO(lambroslambrou): Implement this. |
|
Sergey Ulanov
2016/04/07 00:56:14
NOTIMPLEMENTED()?
Lambros
2016/04/12 21:58:04
Done.
|
| #else |
| #error OS that is not yet supported by PolicyWatcher code. |
| #endif |