diff options
author | stevenjb@chromium.org <stevenjb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-12 08:58:27 +0000 |
---|---|---|
committer | stevenjb@chromium.org <stevenjb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-12 08:58:27 +0000 |
commit | 89ccd24cfaa85943cc774a85be0a8eb8ed867b1c (patch) | |
tree | 8f1747d19ee33b1235ff5a81882caddedb0aaefb /chrome/app | |
parent | 644a041c9dd21ce8f0399d2913fdd1f12272e42c (diff) | |
download | chromium_src-89ccd24cfaa85943cc774a85be0a8eb8ed867b1c.zip chromium_src-89ccd24cfaa85943cc774a85be0a8eb8ed867b1c.tar.gz chromium_src-89ccd24cfaa85943cc774a85be0a8eb8ed867b1c.tar.bz2 |
Add network_menu_ui.cc and network_menu.js
Implement the network menu as a subclass of MenuUI (c++) and Menu (js).
BUG=chromium-os:7343
TEST=Test that the network menu is still functional. NOTE: With this CL, the menu won't look pretty, and it still has the old behavior. There will be a followup CL that will fix the UI.
Review URL: http://codereview.chromium.org/3675002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62266 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 80afe72..95d052f 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -10140,7 +10140,7 @@ Keep your key file in a safe place. You will need it to create new versions of y Configuration </message> <message name="IDS_CHROMEOS_NETWORK_STATE_READY" desc="Network state in about:network: READY"> - Ready + Connected </message> <message name="IDS_CHROMEOS_NETWORK_STATE_DISCONNECT" desc="Network state in about:network: DISCONNECT"> Disconnect |