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

Unified Diff: chrome/browser/chromeos/options/wifi_config_view.h

Issue 10412003: Revert 137809 - Broke Linux ChromiumOS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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: chrome/browser/chromeos/options/wifi_config_view.h
===================================================================
--- chrome/browser/chromeos/options/wifi_config_view.h (revision 137825)
+++ chrome/browser/chromeos/options/wifi_config_view.h (working copy)
@@ -74,18 +74,6 @@
virtual void Cancel() OVERRIDE;
virtual void InitFocus() OVERRIDE;
- // Parses a WiFi UI |property| from the ONC associated with |network|. |key|
- // is the property name within the ONC WiFi dictionary.
- static void ParseWiFiUIProperty(NetworkPropertyUIData* property_ui_data,
- Network* network,
- const std::string& key);
-
- // Parses a WiFi EAP UI |property| from the ONC associated with |network|.
- // |key| is the property name within the ONC WiFi.EAP dictionary.
- static void ParseWiFiEAPUIProperty(NetworkPropertyUIData* property_ui_data,
- Network* network,
- const std::string& key);
-
private:
// Initializes UI. If |show_8021x| includes 802.1x config options.
void Init(WifiNetwork* wifi, bool show_8021x);
@@ -138,6 +126,18 @@
// Updates the error text label.
void UpdateErrorLabel();
+ // Parses a WiFi UI |property| from the ONC associated with |network|. |key|
+ // is the property name within the ONC WiFi dictionary.
+ void ParseWiFiUIProperty(NetworkPropertyUIData* property_ui_data,
+ Network* network,
+ const std::string& key);
+
+ // Parses a WiFi EAP UI |property| from the ONC associated with |network|.
+ // |key| is the property name within the ONC WiFi.EAP dictionary.
+ void ParseWiFiEAPUIProperty(NetworkPropertyUIData* property_ui_data,
+ Network* network,
+ const std::string& key);
+
CertLibrary* cert_library_;
NetworkPropertyUIData eap_method_ui_data_;
« no previous file with comments | « chrome/browser/chromeos/options/network_config_view.cc ('k') | chrome/browser/chromeos/options/wifi_config_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698