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

Unified Diff: chrome/browser/chromeos/cros/native_network_parser.h

Issue 8734013: Resubmit CL. See 8429004. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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: chrome/browser/chromeos/cros/native_network_parser.h
===================================================================
--- chrome/browser/chromeos/cros/native_network_parser.h (revision 112004)
+++ chrome/browser/chromeos/cros/native_network_parser.h (working copy)
@@ -61,6 +61,10 @@
NativeNetworkParser();
virtual ~NativeNetworkParser();
static const EnumMapper<PropertyIndex>* property_mapper();
+ static const EnumMapper<ConnectionType>* type_mapper();
+ static const EnumMapper<ConnectionSecurity>* security_mapper();
+ static const EnumMapper<EAPMethod>* eap_method_mapper();
+ static const EnumMapper<EAPPhase2Auth>* eap_auth_mapper();
static const ConnectionType ParseConnectionType(const std::string& type);
protected:
virtual Network* CreateNewNetwork(ConnectionType type,

Powered by Google App Engine
This is Rietveld 408576698