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

Unified Diff: chromeos/network/network_state.h

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
Index: chromeos/network/network_state.h
diff --git a/chromeos/network/network_state.h b/chromeos/network/network_state.h
index 67590829047db4aa688d6727f569d74c0e41f483..1e0c470d7be3869725e1d380703296dc0ae910a8 100644
--- a/chromeos/network/network_state.h
+++ b/chromeos/network/network_state.h
@@ -109,6 +109,7 @@ class CHROMEOS_EXPORT NetworkState : public ManagedState {
// Generates a name from properties."Wifi.HexSSID" if present, otherwise
// validates properties.Name and returns a valid utf8 version.
static std::string GetNameFromProperties(
+ const std::string& service_path,
const base::DictionaryValue& properties);
private:

Powered by Google App Engine
This is Rietveld 408576698