| 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.
|
|
|