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

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
« no previous file with comments | « no previous file | chrome/browser/chromeos/cros/native_network_parser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>* network_type_mapper();
+ static const EnumMapper<ConnectionSecurity>* network_security_mapper();
+ static const EnumMapper<EAPMethod>* network_eap_method_mapper();
+ static const EnumMapper<EAPPhase2Auth>* network_eap_auth_mapper();
static const ConnectionType ParseConnectionType(const std::string& type);
protected:
virtual Network* CreateNewNetwork(ConnectionType type,
« no previous file with comments | « no previous file | chrome/browser/chromeos/cros/native_network_parser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698