diff options
author | jamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-21 18:46:33 +0000 |
---|---|---|
committer | jamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-21 18:46:33 +0000 |
commit | 62e0473828f213de9b13c35b9b7191ede3be3437 (patch) | |
tree | 5825fa7f1cf0ec63f5f182c2f4aad8aa34f1310e /chrome/app/resources | |
parent | a2290581bb3dc7678e6d7fede8fb4c3546742b51 (diff) | |
download | chromium_src-62e0473828f213de9b13c35b9b7191ede3be3437.zip chromium_src-62e0473828f213de9b13c35b9b7191ede3be3437.tar.gz chromium_src-62e0473828f213de9b13c35b9b7191ede3be3437.tar.bz2 |
Enable 802.1X config in Join other network dialog
The network menu > Other Wi-Fi network... dialog now contains an "Advanced" button that opens a larger dialog with EAP connection type, certificates, etc.
Removed unused browser_mode state in NetworkConfigView, fixed some method naming style issues, removed some unused parameters from test code.
BUG=chromium-os:13476
TEST=Test connections to various Wi-Fi network types: normal public wifi, password protected wifi, hidden wifi with password, PEAP wifi, hidden PEAP wifi.
Review URL: http://codereview.chromium.org/6877087
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82529 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/resources')
-rw-r--r-- | chrome/app/resources/locale_settings.grd | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/app/resources/locale_settings.grd b/chrome/app/resources/locale_settings.grd index b0f8282..1fb1d5e 100644 --- a/chrome/app/resources/locale_settings.grd +++ b/chrome/app/resources/locale_settings.grd @@ -301,6 +301,11 @@ 4 </message> + <!-- The height of the advanced Join Wi-Fi network dialog box in lines. --> + <message name="IDS_JOIN_WIFI_NETWORK_DIALOG_ADVANCED_MINIMUM_HEIGHT_LINES" use_name_for_id="true"> + 27 + </message> + <!-- The width and height of the Page Info dialog box in characters and lines --> <!-- (See above). --> <message name="IDS_PAGEINFO_DIALOG_WIDTH_CHARS" use_name_for_id="true"> |