Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(70)

Unified Diff: remoting/host/policy_watcher.cc

Issue 1863933002: [remoting android] Add and build host code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@android-host-add-native
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698