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

Unified Diff: net/base/net_util_win.cc

Issue 238793007: Added GetNetworkOperatorID util func in net/base/net_util and a non-trivial implementation for Andr… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years, 8 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
« net/base/net_util.h ('K') | « net/base/net_util_posix.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/net_util_win.cc
diff --git a/net/base/net_util_win.cc b/net/base/net_util_win.cc
index 16cd98e06c7f36619f1cdd41e26b2f8d1c76e036..e98d9052c70872de9bd1a19154f02cda5d05b9b5 100644
--- a/net/base/net_util_win.cc
+++ b/net/base/net_util_win.cc
@@ -285,4 +285,8 @@ WifiPHYLayerProtocol GetWifiPHYLayerProtocol() {
}
}
+std::string GetNetworkOperatorID() {
+ return "";
bengr 2014/04/21 20:50:58 Does it makes sense to have a separate return valu
bolian 2014/04/21 22:37:17 Android API returns the empty string if no network
+}
+
} // namespace net
« net/base/net_util.h ('K') | « net/base/net_util_posix.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698