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

Unified Diff: net/base/net_util.h

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
Index: net/base/net_util.h
diff --git a/net/base/net_util.h b/net/base/net_util.h
index d822f6926d8397e3d07311de6eb3c93f2ed77f75..8907db99296d06cdc0a94f42aa2bf5f45cf7cae0 100644
--- a/net/base/net_util.h
+++ b/net/base/net_util.h
@@ -522,6 +522,9 @@ enum DiffServCodePoint {
DSCP_LAST = DSCP_CS7
};
+// Returns the numeric name (MCC+MNC) of current registered operator.
+NET_EXPORT std::string GetNetworkOperatorID();
bengr 2014/04/21 20:50:58 Why is this also declared in network_library.h?
bolian 2014/04/21 22:37:17 Removed. All moved.
+
} // namespace net
#endif // NET_BASE_NET_UTIL_H_

Powered by Google App Engine
This is Rietveld 408576698