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

Unified Diff: components/onc/onc_constants.h

Issue 280023003: Implement networkingPrivate.getNetworks (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix nonchromeos Created 6 years, 7 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
« no previous file with comments | « components/onc/docs/onc_spec.html ('k') | components/onc/onc_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/onc/onc_constants.h
diff --git a/components/onc/onc_constants.h b/components/onc/onc_constants.h
index 573290810a97c7a75f97e67bd006947e19690dc1..d38521e2046a003c46cdf5115232e379d6f1dc17 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 {
« no previous file with comments | « components/onc/docs/onc_spec.html ('k') | components/onc/onc_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698