summaryrefslogtreecommitdiffstats
path: root/components/onc/onc_constants.h
diff options
context:
space:
mode:
authorstevenjb@chromium.org <stevenjb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-19 21:36:00 +0000
committerstevenjb@chromium.org <stevenjb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-19 21:36:00 +0000
commit04df97cf67a5b7fdcd5bb3b729975ee7fd49c417 (patch)
treed424b7b34a7981380cd22e7bd59016f25eb47b06 /components/onc/onc_constants.h
parent6eb4cc7f9a06e3021aadebe3fb6a10547974eeb8 (diff)
downloadchromium_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.h')
-rw-r--r--components/onc/onc_constants.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/components/onc/onc_constants.h b/components/onc/onc_constants.h
index 5732908..d38521e 100644
--- a/components/onc/onc_constants.h
+++ b/components/onc/onc_constants.h
@@ -79,11 +79,14 @@ ONC_EXPORT extern std::string WifiProperty(const std::string& property);
} // namespace network_config
namespace network_type {
-ONC_EXPORT extern const char kAllTypes[];
ONC_EXPORT extern const char kCellular[];
ONC_EXPORT extern const char kEthernet[];
ONC_EXPORT extern const char kVPN[];
ONC_EXPORT extern const char kWiFi[];
+ONC_EXPORT extern const char kWimax[];
+// Patterns matching multiple types, not part of the ONC spec.
+ONC_EXPORT extern const char kAllTypes[];
+ONC_EXPORT extern const char kWireless[];
} // namespace network_type
namespace cellular {