| Index: chrome/browser/views/tabs/tab.cc
|
| ===================================================================
|
| --- chrome/browser/views/tabs/tab.cc (revision 14848)
|
| +++ chrome/browser/views/tabs/tab.cc (working copy)
|
| @@ -162,7 +162,7 @@
|
| }
|
|
|
| bool Tab::OnMousePressed(const views::MouseEvent& event) {
|
| - if (event.IsLeftMouseButton()) {
|
| + if (event.IsOnlyLeftMouseButton()) {
|
| // Store whether or not we were selected just now... we only want to be
|
| // able to drag foreground tabs, so we don't start dragging the tab if
|
| // it was in the background.
|
|
|