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

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 tests (sort ServiceCompleteList) 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
Index: components/onc/onc_constants.h
diff --git a/components/onc/onc_constants.h b/components/onc/onc_constants.h
index 573290810a97c7a75f97e67bd006947e19690dc1..b5873c34835ed29208d3af68fc99bf0478c0d89d 100644
--- a/components/onc/onc_constants.h
+++ b/components/onc/onc_constants.h
@@ -84,6 +84,8 @@ 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[];
pneubeck (no reviews) 2014/05/15 18:28:38 please group these two with kAllTypes and comment
stevenjb 2014/05/15 20:12:41 Wimax should be part of the spec, shouldn't it? At
pneubeck (no reviews) 2014/05/16 13:18:55 Not yet, but this is fine.
+ONC_EXPORT extern const char kWireless[];
} // namespace network_type
namespace cellular {

Powered by Google App Engine
This is Rietveld 408576698