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

Unified Diff: components/onc/onc_constants.h

Issue 280023003: Implement networkingPrivate.getNetworks (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . 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 c68536a99b870fa789f505a0c519360be4d5616b..472d7c6ba3170ff1f1a82272e05cb0ea890414d5 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[];
+ONC_EXPORT extern const char kWireless[];
} // namespace network_type
namespace cellular {

Powered by Google App Engine
This is Rietveld 408576698