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

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

Issue 8726008: Disable network "Connect" dialog UI in case of policy-managed networks. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase 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/options/wifi_config_view.h
diff --git a/chrome/browser/chromeos/options/wifi_config_view.h b/chrome/browser/chromeos/options/wifi_config_view.h
index c353324a01168ed5daa34e7436c6c7a836dbddc8..79c0212f968e05794c7cef00f1eb18c36229661f 100644
--- a/chrome/browser/chromeos/options/wifi_config_view.h
+++ b/chrome/browser/chromeos/options/wifi_config_view.h
@@ -22,8 +22,8 @@
namespace views {
class Checkbox;
-class ToggleImageButton;
class Label;
+class ToggleImageButton;
}
namespace chromeos {
@@ -109,6 +109,15 @@ class WifiConfigView : public ChildNetworkConfigView,
CertLibrary* cert_library_;
+ NetworkPropertyUIData eap_method_ui_data_;
+ NetworkPropertyUIData phase_2_auth_ui_data_;
+ NetworkPropertyUIData user_cert_ui_data_;
+ NetworkPropertyUIData server_ca_cert_ui_data_;
+ NetworkPropertyUIData identity_ui_data_;
+ NetworkPropertyUIData identity_anonymous_ui_data_;
+ NetworkPropertyUIData save_credentials_ui_data_;
+ NetworkPropertyUIData passphrase_ui_data_;
+
views::Textfield* ssid_textfield_;
views::Combobox* eap_method_combobox_;
views::Label* phase_2_auth_label_;
« no previous file with comments | « chrome/browser/chromeos/options/vpn_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