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/browser/browser_resources.grd | |
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/browser/browser_resources.grd')
-rw-r--r-- | chrome/browser/browser_resources.grd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/browser_resources.grd b/chrome/browser/browser_resources.grd index d50a59f..f2653d0 100644 --- a/chrome/browser/browser_resources.grd +++ b/chrome/browser/browser_resources.grd @@ -77,6 +77,7 @@ without changes to the corresponding grd file. eter --> <include name="IDR_SLIDESHOW_HTML" file="resources\slideshow.html" flattenhtml="true" type="BINDATA" /> <include name="IDR_TALK_APP_MANIFEST" file="resources\chat_manager\manifest.json" type="BINDATA" /> <include name="IDR_MENU_HTML" file="resources\menu.html" flattenhtml="true" type="BINDATA" /> + <include name="IDR_NETWORK_MENU_JS" file="resources\network_menu.js" flattenhtml="true" type="BINDATA" /> <include name="IDR_WRENCH_MENU_JS" file="resources\wrench_menu.js" flattenhtml="true" type="BINDATA" /> <include name="IDR_WRENCH_MENU_CSS" file="resources\wrench_menu.css" flattenhtml="true" type="BINDATA" /> </if> |