diff options
author | pinkerton@chromium.org <pinkerton@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-22 19:42:17 +0000 |
---|---|---|
committer | pinkerton@chromium.org <pinkerton@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-22 19:42:17 +0000 |
commit | fd08a47b86aa3d07fd72eb34d6c913f21fc0c8bc (patch) | |
tree | 8c863002839fa5843b72b2d75468a0a26a6b83cb /chrome/browser/cocoa/tab_strip_view.h | |
parent | 41cf8020fe10d9949772f58af8504d768edd33a4 (diff) | |
download | chromium_src-fd08a47b86aa3d07fd72eb34d6c913f21fc0c8bc.zip chromium_src-fd08a47b86aa3d07fd72eb34d6c913f21fc0c8bc.tar.gz chromium_src-fd08a47b86aa3d07fd72eb34d6c913f21fc0c8bc.tar.bz2 |
Make double-clicking on the tab strip minimize (i.e., "miniaturize") the
window. Patch from viettrungluu@gmail.com (Viet-Trung Luu).
BUG=12286
TEST=double-clicking tab strip and anything that may have regressed in bug 12505
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21308 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/cocoa/tab_strip_view.h')
-rw-r--r-- | chrome/browser/cocoa/tab_strip_view.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/cocoa/tab_strip_view.h b/chrome/browser/cocoa/tab_strip_view.h index 2f2d1d0..dd8fbd7 100644 --- a/chrome/browser/cocoa/tab_strip_view.h +++ b/chrome/browser/cocoa/tab_strip_view.h @@ -10,6 +10,8 @@ // A view class that handles rendering the tab strip @interface TabStripView : NSView { + @private + NSTimeInterval lastMouseUp_; } @end |