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

Unified Diff: remoting/host/policy_hack/policy_watcher_linux.cc

Issue 10873050: [Chromoting] Hook up host talkgadget policy checks. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove extra LOGs Created 8 years, 4 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_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");
Sergey Ulanov 2012/08/24 19:43:33 Was it intentional change? We always want to look
garykac 2012/08/27 22:34:57 Ah. I didn't realize that (and it's easier to edit
+#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

Powered by Google App Engine
This is Rietveld 408576698