diff options
author | kochi@chromium.org <kochi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-17 09:33:08 +0000 |
---|---|---|
committer | kochi@chromium.org <kochi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-17 09:33:08 +0000 |
commit | 0aadb2730502c211f4da5366ccf4be30aedaa364 (patch) | |
tree | a782617e5f08d7edac0aae69629d9dad3d25ad32 /chrome/app/generated_resources.grd | |
parent | 2c74ff1bf5867247798b1f34ba3b9c1525252620 (diff) | |
download | chromium_src-0aadb2730502c211f4da5366ccf4be30aedaa364.zip chromium_src-0aadb2730502c211f4da5366ccf4be30aedaa364.tar.gz chromium_src-0aadb2730502c211f4da5366ccf4be30aedaa364.tar.bz2 |
Fix favorite and auto_connect property usage (again)
The original CL was:
http://codereview.chromium.org/4818002
which missed a unittest fix, and the commit(r66253) was reverted (r66258).
Changed
chrome/browser/chromeos/options/wifi_config_view_browsertest.cc
and network_library.h.
BUG=chromium-os:8193
TEST=manually open chrome://settings/internet and see if remembered networks are listed properly. For DOMUI network menu, pass --enable-domui-menu for chrome to enable and check. Also check browser_test --gtest_filter="WifiConfigViewTest.ChangeAutoConnectSaveTest"
Review URL: http://codereview.chromium.org/5094002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66411 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/generated_resources.grd')
-rw-r--r-- | chrome/app/generated_resources.grd | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index feaa091..42cdff9 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -9346,9 +9346,6 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_NETWORK_RECONNECT_TITLE" desc="In network menu, title of the reconnect button that allows user to retry connection on error."> Reconnect </message> - <message name="IDS_NETWORK_REMEMBER_THIS_NETWORK_TITLE" desc="In network menu, title of checkbox that remembers the network when checked."> - Remember this network - </message> <message name="IDS_NETWORK_SSID_HINT" desc="In network menu, hint text for network name field."> network name </message> |