Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(299)

Side by Side Diff: chrome/browser/cocoa/extensions/chevron_menu_button_unittest.mm

Issue 3036040: Merge 54843 - [Mac] Integrate divider into browser-action overflow chevron.... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/472/src/
Patch Set: Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/cocoa/extensions/chevron_menu_button_cell.mm ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #import "chrome/browser/cocoa/extensions/chevron_menu_button.h" 5 #import "chrome/browser/cocoa/extensions/chevron_menu_button.h"
6 #import "chrome/browser/cocoa/extensions/chevron_menu_button_cell.h" 6 #import "chrome/browser/cocoa/extensions/chevron_menu_button_cell.h"
7 7
8 #include "base/scoped_nsobject.h" 8 #include "base/scoped_nsobject.h"
9 #import "chrome/browser/cocoa/cocoa_test_helper.h" 9 #import "chrome/browser/cocoa/cocoa_test_helper.h"
10 10
(...skipping 30 matching lines...) Expand all
41 [cell mouseEntered:nil]; 41 [cell mouseEntered:nil];
42 EXPECT_TRUE([cell isMouseInside]); 42 EXPECT_TRUE([cell isMouseInside]);
43 [button_ display]; 43 [button_ display];
44 44
45 [cell mouseExited:nil]; 45 [cell mouseExited:nil];
46 EXPECT_FALSE([cell isMouseInside]); 46 EXPECT_FALSE([cell isMouseInside]);
47 [button_ display]; 47 [button_ display];
48 } 48 }
49 49
50 } // namespace 50 } // namespace
OLDNEW
« no previous file with comments | « chrome/browser/cocoa/extensions/chevron_menu_button_cell.mm ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698