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

Unified Diff: chromeos/network/shill_property_util.h

Issue 819583004: Elim device log spam when translating ONC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fix_portal_detect_shutdown_crash
Patch Set: Rebase Created 5 years, 11 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 | « chromeos/network/onc/onc_translator_shill_to_onc.cc ('k') | chromeos/network/shill_property_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/network/shill_property_util.h
diff --git a/chromeos/network/shill_property_util.h b/chromeos/network/shill_property_util.h
index 5694e793b7b4bb14fa999b45319626e8d71f0afe..3637c6a55fb10ccf04b08645c4205834ba934298 100644
--- a/chromeos/network/shill_property_util.h
+++ b/chromeos/network/shill_property_util.h
@@ -25,10 +25,13 @@ namespace shill_property_util {
CHROMEOS_EXPORT void SetSSID(const std::string ssid,
base::DictionaryValue* properties);
-// Returns the SSID from |properties| in UTF-8 encoding. If |unknown_encoding|
-// is not NULL, it is set to whether the SSID is of unknown encoding.
+// Returns the SSID from |properties| in UTF-8 encoding. If |verbose_logging| is
+// true, detailed DEBUG log events will be added to the device event log. If
+// |unknown_encoding| != nullptr, it is set to whether the SSID is of unknown
+// encoding.
CHROMEOS_EXPORT std::string GetSSIDFromProperties(
const base::DictionaryValue& properties,
+ bool verbose_logging,
bool* unknown_encoding);
// Returns the GUID (if available), SSID, or Name from |properties|. Only used
« no previous file with comments | « chromeos/network/onc/onc_translator_shill_to_onc.cc ('k') | chromeos/network/shill_property_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698