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

Unified Diff: remoting/host/plugin/policy_hack/nat_policy_linux.cc

Issue 7888022: Add DISABLE_TCP_TRANSPORT flag in the Transport API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 9 years, 3 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/plugin/policy_hack/nat_policy_linux.cc
diff --git a/remoting/host/plugin/policy_hack/nat_policy_linux.cc b/remoting/host/plugin/policy_hack/nat_policy_linux.cc
index ac1fcd942f6192b01cae0ba63cdfca1b91d3d0ad..ce37905a5bf028a9f1469b3a8775efb4202bfb3d 100644
--- a/remoting/host/plugin/policy_hack/nat_policy_linux.cc
+++ b/remoting/host/plugin/policy_hack/nat_policy_linux.cc
@@ -71,6 +71,8 @@ class NatPolicyLinux : public NatPolicy {
OnFilePathError(config_dir_);
}
+ LOG(ERROR) << "Start Watching";
+
// There might have been changes to the directory in the time between
// construction of the loader and initialization of the watcher. Call reload
// to detect if that is the case.
@@ -80,6 +82,7 @@ class NatPolicyLinux : public NatPolicy {
}
virtual void StopWatchingInternal() OVERRIDE {
+ LOG(ERROR) << "Stop Watching";
DCHECK(OnPolicyThread());
// Cancel any inflight requests.
watcher_.reset();

Powered by Google App Engine
This is Rietveld 408576698