diff options
author | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-03 20:10:41 +0000 |
---|---|---|
committer | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-03 20:10:41 +0000 |
commit | 9c3ad87fcb8e2cf422aeb11454bb22ef17b54129 (patch) | |
tree | 7187da6ff8ef872037f64a782e3db5dabb303a8e /chrome/chrome_tests.gypi | |
parent | 210363ef5175e2d619d1aada3285bfa8c728fb04 (diff) | |
download | chromium_src-9c3ad87fcb8e2cf422aeb11454bb22ef17b54129.zip chromium_src-9c3ad87fcb8e2cf422aeb11454bb22ef17b54129.tar.gz chromium_src-9c3ad87fcb8e2cf422aeb11454bb22ef17b54129.tar.bz2 |
[Mac] Enable click-drag-release behavior in the Wrench menu's custom items.
XIB changes:
* Replace the edit item's segmented control with 3 buttons
* Make the root view of both items a MenuTrackedRootView
* Use the custom MenuTrackedButton for all the buttons
BUG=49356
TEST=Click open the Wrench menu, hold, and drag over the buttons and they perform their function.
Review URL: http://codereview.chromium.org/3072014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54804 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r-- | chrome/chrome_tests.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi index a57a4ed..1b7ff71 100644 --- a/chrome/chrome_tests.gypi +++ b/chrome/chrome_tests.gypi @@ -859,6 +859,8 @@ 'browser/cocoa/location_bar/selected_keyword_decoration_unittest.mm', 'browser/cocoa/menu_button_unittest.mm', 'browser/cocoa/menu_controller_unittest.mm', + 'browser/cocoa/menu_tracked_button_unittest.mm', + 'browser/cocoa/menu_tracked_root_view_unittest.mm', 'browser/cocoa/notifications/balloon_controller_unittest.mm', 'browser/cocoa/nsimage_cache_unittest.mm', 'browser/cocoa/nsmenuitem_additions_unittest.mm', |