diff options
author | stevenjb@chromium.org <stevenjb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-19 21:36:00 +0000 |
---|---|---|
committer | stevenjb@chromium.org <stevenjb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-19 21:36:00 +0000 |
commit | 04df97cf67a5b7fdcd5bb3b729975ee7fd49c417 (patch) | |
tree | d424b7b34a7981380cd22e7bd59016f25eb47b06 /components/onc/onc_constants.cc | |
parent | 6eb4cc7f9a06e3021aadebe3fb6a10547974eeb8 (diff) | |
download | chromium_src-04df97cf67a5b7fdcd5bb3b729975ee7fd49c417.zip chromium_src-04df97cf67a5b7fdcd5bb3b729975ee7fd49c417.tar.gz chromium_src-04df97cf67a5b7fdcd5bb3b729975ee7fd49c417.tar.bz2 |
Implement networkingPrivate.getNetworks
Design Doc and Proposal here:
https://docs.google.com/a/google.com/document/d/1QWIzDvf_-iZJW8CINvhxzIERwwKeg72302hNUw0ZrSM/edit
This CL depends on https://codereview.chromium.org/275543005/
BUG=371966
Review URL: https://codereview.chromium.org/280023003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271490 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/onc/onc_constants.cc')
-rw-r--r-- | components/onc/onc_constants.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/onc/onc_constants.cc b/components/onc/onc_constants.cc index 9155612..01ada2c 100644 --- a/components/onc/onc_constants.cc +++ b/components/onc/onc_constants.cc @@ -68,6 +68,8 @@ const char kCellular[] = "Cellular"; const char kEthernet[] = "Ethernet"; const char kVPN[] = "VPN"; const char kWiFi[] = "WiFi"; +const char kWimax[] = "Wimax"; +const char kWireless[] = "Wireless"; } // namespace network_type namespace cellular { |