diff options
author | sky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-12 19:10:22 +0000 |
---|---|---|
committer | sky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-12 19:10:22 +0000 |
commit | 7aa4c00e8f6464212974198b3a8a1bd4427fe53d (patch) | |
tree | 1f7b0b358e9e9e225df536ad268536b9e402561d /chrome/browser/browser.vcproj | |
parent | b3fb80902af2bbb14a755c9a77adb6c21d4987a3 (diff) | |
download | chromium_src-7aa4c00e8f6464212974198b3a8a1bd4427fe53d.zip chromium_src-7aa4c00e8f6464212974198b3a8a1bd4427fe53d.tar.gz chromium_src-7aa4c00e8f6464212974198b3a8a1bd4427fe53d.tar.bz2 |
Refactors code for showing bookmarks menus into a standalone class
that isn't tied to the bookmark bar. Removes some dead code from the
bookmark bar, and fixes a UMR in chrome_menu that I found when running
under purify. There isn't any behavior change in this patch.
BUG=none
TEST=this is a large refactoring of how bookmark menus are
shown. Please thoroughly test menus on the bookmark bar to make sure I
didn't screw anything up.
Review URL: http://codereview.chromium.org/42128
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11558 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser.vcproj')
-rw-r--r-- | chrome/browser/browser.vcproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/chrome/browser/browser.vcproj b/chrome/browser/browser.vcproj index da8341a..e5c0614 100644 --- a/chrome/browser/browser.vcproj +++ b/chrome/browser/browser.vcproj @@ -602,6 +602,14 @@ > </File> <File + RelativePath=".\bookmarks\bookmark_menu_controller.cc" + > + </File> + <File + RelativePath=".\bookmarks\bookmark_menu_controller.h" + > + </File> + <File RelativePath=".\bookmarks\bookmark_model.cc" > </File> |