diff options
Diffstat (limited to 'chrome/browser/cocoa/draggable_button_unittest.mm')
-rw-r--r-- | chrome/browser/cocoa/draggable_button_unittest.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/cocoa/draggable_button_unittest.mm b/chrome/browser/cocoa/draggable_button_unittest.mm index 6742721..3f5d521 100644 --- a/chrome/browser/cocoa/draggable_button_unittest.mm +++ b/chrome/browser/cocoa/draggable_button_unittest.mm @@ -127,7 +127,7 @@ TEST_F(DraggableButtonTest, ResetState) { // The button should not be highlighted after the drag finishes. EXPECT_FALSE([[button cell] isHighlighted]); EXPECT_EQ(1U, [button dragCount]); - + // We should be able to initiate another drag immediately after the first one. [NSApp postEvent:upEvent atStart:YES]; [NSApp postEvent:moveEvent atStart:YES]; |