diff options
author | gspencer@chromium.org <gspencer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-14 23:45:14 +0000 |
---|---|---|
committer | gspencer@chromium.org <gspencer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-14 23:45:14 +0000 |
commit | 5e1ebaa83cbbfa81fc38447919f4884ced14c38b (patch) | |
tree | 6b480ea4ff3f2cac7d0bbbe5fd1948cca7a8fef2 /chrome/app | |
parent | 2a1fde03f1e73918f9c6f695b259949803e12cb6 (diff) | |
download | chromium_src-5e1ebaa83cbbfa81fc38447919f4884ced14c38b.zip chromium_src-5e1ebaa83cbbfa81fc38447919f4884ced14c38b.tar.gz chromium_src-5e1ebaa83cbbfa81fc38447919f4884ced14c38b.tar.bz2 |
Remove non-functional 802.1X widgets from Wi-Fi Connection Details panel.
Get rid of identity, certificate path, and private key password fields,
in favor of the versions built into the "Join Wi-Fi network" panel.
BUG=chromium-os:13892
TEST=Join a public Wi-Fi network, open connection details, verify it does not say "access is protected". Join a password-protected Wi-Fi network, verify connection details says "access is protected". Join an 802.1X PEAP network, verify connection details does not have widgets related to certificates and private keys, and does say "access is protected". Using the enterprise extension for Google-A, verify you can still connect to that network.
Review URL: http://codereview.chromium.org/6825083
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81675 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 63418df..532df0b 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -9959,9 +9959,6 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_SECURITY" desc="In settings Internet options, the label for the security."> Security: </message> - <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_PRIVATE_KEY_PASSWORD" desc="In settings Internet options, the password protecting the certificate private key."> - Private key password: - </message> <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_PASSPHRASE" desc="In settings Internet options, the label for the passphrase."> Password: </message> @@ -10037,9 +10034,6 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_HARDWARE_ADDRESS" desc="In settings Internet options, the label hardware address."> Hardware address: </message> - <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_CERT_INSTALLED" desc="In settings Internet options, a string telling the user where the network certificate is installed to."> - Installed - </message> <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_SECURITY_SELECT" desc="In settings Internet options, a string specifying the specific security."> Security: <ph name="security">$1<ex>None</ex></ph> </message> |