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

Unified Diff: remoting/host/plugin/policy_hack/nat_policy.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.cc
diff --git a/remoting/host/plugin/policy_hack/nat_policy.cc b/remoting/host/plugin/policy_hack/nat_policy.cc
index 07a28def2579994ef4ed9f93e353624240e07ecb..f008a5bfa3f5c0fe0da025f8015d7b6033058877 100644
--- a/remoting/host/plugin/policy_hack/nat_policy.cc
+++ b/remoting/host/plugin/policy_hack/nat_policy.cc
@@ -105,6 +105,7 @@ void NatPolicy::UpdateNatPolicy(base::DictionaryValue* new_policy) {
(new_nat_enabled_state != current_nat_enabled_state_)) {
first_state_published_ = true;
current_nat_enabled_state_ = new_nat_enabled_state;
+ LOG(ERROR) << "Calling callback";
nat_enabled_cb_.Run(current_nat_enabled_state_);
}
}

Powered by Google App Engine
This is Rietveld 408576698