summaryrefslogtreecommitdiffstats
path: root/chromeos/network/network_configuration_handler.cc
diff options
context:
space:
mode:
authorstevenjb@chromium.org <stevenjb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-10 22:05:06 +0000
committerstevenjb@chromium.org <stevenjb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-10 22:05:06 +0000
commitcd26880c76ae2bcd4de712672e8474075d592ecc (patch)
tree58b97e19cb8334ddff15e28cb42ef10c6e3b1b51 /chromeos/network/network_configuration_handler.cc
parente30b782d586fd8eb993415fdd9f2028877014526 (diff)
downloadchromium_src-cd26880c76ae2bcd4de712672e8474075d592ecc.zip
chromium_src-cd26880c76ae2bcd4de712672e8474075d592ecc.tar.gz
chromium_src-cd26880c76ae2bcd4de712672e8474075d592ecc.tar.bz2
Some network connect related cleanup
This is a bunch of cleanup for the internet_options_handler conversion to NetworkHandler from NetworkLibrary. None of these changes are directly related to that change, just some code cleanup to make things easier to read. BUG=189080 R=pneubeck@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=210934 Review URL: https://codereview.chromium.org/18536012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@210946 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chromeos/network/network_configuration_handler.cc')
-rw-r--r--chromeos/network/network_configuration_handler.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/chromeos/network/network_configuration_handler.cc b/chromeos/network/network_configuration_handler.cc
index 06adbd3..fc6354b 100644
--- a/chromeos/network/network_configuration_handler.cc
+++ b/chromeos/network/network_configuration_handler.cc
@@ -238,6 +238,7 @@ void NetworkConfigurationHandler::SetProperties(
const base::DictionaryValue& properties,
const base::Closure& callback,
const network_handler::ErrorCallback& error_callback) {
+ NET_LOG_USER("SetProperties", service_path);
DBusThreadManager::Get()->GetShillServiceClient()->SetProperties(
dbus::ObjectPath(service_path),
properties,
@@ -252,6 +253,7 @@ void NetworkConfigurationHandler::ClearProperties(
const std::vector<std::string>& names,
const base::Closure& callback,
const network_handler::ErrorCallback& error_callback) {
+ NET_LOG_USER("ClearProperties", service_path);
DBusThreadManager::Get()->GetShillServiceClient()->ClearProperties(
dbus::ObjectPath(service_path),
names,