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

Unified Diff: chromeos/network/network_configuration_handler.cc

Issue 22908005: Improve debug logging for GetNameFromProperties (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
« no previous file with comments | « no previous file | chromeos/network/network_state.h » ('j') | chromeos/network/shill_property_handler.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/network/network_configuration_handler.cc
diff --git a/chromeos/network/network_configuration_handler.cc b/chromeos/network/network_configuration_handler.cc
index d67d1f1e20fa2819bf6315d52919087e3834dffe..81f9759eb103a9465b517ab5700f872db86d8e1d 100644
--- a/chromeos/network/network_configuration_handler.cc
+++ b/chromeos/network/network_configuration_handler.cc
@@ -57,7 +57,8 @@ void GetPropertiesCallback(
const base::DictionaryValue& properties) {
// Get the correct name from WifiHex if necessary.
scoped_ptr<base::DictionaryValue> properties_copy(properties.DeepCopy());
- std::string name = NetworkState::GetNameFromProperties(properties);
+ std::string name = NetworkState::GetNameFromProperties(
+ service_path, properties);
if (!name.empty()) {
properties_copy->SetStringWithoutPathExpansion(
flimflam::kNameProperty, name);
« no previous file with comments | « no previous file | chromeos/network/network_state.h » ('j') | chromeos/network/shill_property_handler.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698