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

Unified Diff: chrome/browser/cocoa/bookmark_bar_controller_unittest.mm

Issue 164547: Mac: make save/open dialogs operate as tab-modal sheets.... Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Painfully (but hopefully correctly) merged ToT. Created 11 years, 2 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/cocoa/bookmark_bar_controller_unittest.mm
diff --git a/chrome/browser/cocoa/bookmark_bar_controller_unittest.mm b/chrome/browser/cocoa/bookmark_bar_controller_unittest.mm
index 5da3d0a49cf3253c942fb5429fad35252c3b45b5..74021529dca545bade3fd52bb9af947600e963f1 100644
--- a/chrome/browser/cocoa/bookmark_bar_controller_unittest.mm
+++ b/chrome/browser/cocoa/bookmark_bar_controller_unittest.mm
@@ -124,7 +124,8 @@ class BookmarkBarControllerTest : public PlatformTest {
initialWidth:NSWidth(parent_frame)
compressDelegate:compressDelegate_.get()
resizeDelegate:resizeDelegate_.get()
- urlDelegate:nil]);
+ urlDelegate:nil
+ commands:NULL]);
InstallAndToggleBar(bar_.get());
@@ -219,7 +220,8 @@ TEST_F(BookmarkBarControllerTest, ShowOnNewTabPage) {
initialWidth:100 // arbitrary
compressDelegate:compressDelegate_.get()
resizeDelegate:resizeDelegate_.get()
- urlDelegate:nil]);
+ urlDelegate:nil
+ commands:NULL]);
InstallAndToggleBar(bar.get());
[bar setBookmarkBarEnabled:NO];
@@ -240,7 +242,8 @@ TEST_F(BookmarkBarControllerTest, FrameChangeNotification) {
initialWidth:100 // arbitrary
compressDelegate:compressDelegate_.get()
resizeDelegate:resizeDelegate_.get()
- urlDelegate:nil]);
+ urlDelegate:nil
+ commands:NULL]);
InstallAndToggleBar(bar.get());
// Send a frame did change notification for the pong's view.
« no previous file with comments | « chrome/browser/cocoa/bookmark_bar_controller.mm ('k') | chrome/browser/cocoa/bookmark_menu_cocoa_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698