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

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: Add resources_android.cc 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
« no previous file with comments | « remoting/host/pairing_registry_delegate_android.cc ('k') | remoting/host/resources_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « remoting/host/pairing_registry_delegate_android.cc ('k') | remoting/host/resources_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698