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

Unified Diff: net/base/network_change_notifier.h

Issue 2369673004: Wire NQE Prefs to Profile (Closed)
Patch Set: Added functionality for reading and writing multiple network IDs, Rebased, Addressed Ryan's comments Created 4 years, 2 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: net/base/network_change_notifier.h
diff --git a/net/base/network_change_notifier.h b/net/base/network_change_notifier.h
index 27a798d04d1fcf6d2714904324d31e26d18059bd..742dbb288dc5c790e5757dde3a1f82822ff9c51c 100644
--- a/net/base/network_change_notifier.h
+++ b/net/base/network_change_notifier.h
@@ -407,6 +407,10 @@ class NET_EXPORT NetworkChangeNotifier {
// NetworkChangeNotifier is created.
static void SetTestNotificationsOnly(bool test_only);
+ // Parses |type| and return the equivalent ConnectionType.
RyanSturm 2016/10/12 21:33:34 s/type/connection_type/
tbansal1 2016/10/12 22:04:01 Obsolete.
+ static ConnectionType StringToConnectionType(
+ const std::string& connection_type);
+
// Return a string equivalent to |type|.
static const char* ConnectionTypeToString(ConnectionType type);

Powered by Google App Engine
This is Rietveld 408576698