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

Unified Diff: chrome/browser/chromeos/options/vpn_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/vpn_config_view.h
diff --git a/chrome/browser/chromeos/options/vpn_config_view.h b/chrome/browser/chromeos/options/vpn_config_view.h
index 74ae431028f8becf98bd0569462a83e74d8474b2..7e2a012df1d7c97cf43d6d1f9894e83517ac8094 100644
--- a/chrome/browser/chromeos/options/vpn_config_view.h
+++ b/chrome/browser/chromeos/options/vpn_config_view.h
@@ -114,6 +114,13 @@ class VPNConfigView : public ChildNetworkConfigView,
bool enable_otp_;
bool enable_group_name_;
+ NetworkPropertyUIData ca_cert_ui_data_;
+ NetworkPropertyUIData psk_passphrase_ui_data_;
+ NetworkPropertyUIData user_cert_ui_data_;
+ NetworkPropertyUIData username_ui_data_;
+ NetworkPropertyUIData user_passphrase_ui_data_;
+ NetworkPropertyUIData group_name_ui_data_;
+
views::Textfield* server_textfield_;
views::Label* service_text_;
views::Textfield* service_textfield_;
« no previous file with comments | « chrome/browser/chromeos/options/network_config_view.cc ('k') | chrome/browser/chromeos/options/vpn_config_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698