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

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

Issue 384105: Mac: Animate the bookmark bar showing/hiding. (Closed)
Patch Set: Comments added per rohitrao's review. Created 11 years, 1 month 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
« no previous file with comments | « chrome/browser/cocoa/animatable_view.h ('k') | chrome/browser/cocoa/bookmark_bar_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/cocoa/bookmark_bar_bridge_unittest.mm
diff --git a/chrome/browser/cocoa/bookmark_bar_bridge_unittest.mm b/chrome/browser/cocoa/bookmark_bar_bridge_unittest.mm
index 2b03429d0de0101cf6a0214703a78857a98553e2..66d853c9cb4788f6376b1786f68a27e5be1d36d6 100644
--- a/chrome/browser/cocoa/bookmark_bar_bridge_unittest.mm
+++ b/chrome/browser/cocoa/bookmark_bar_bridge_unittest.mm
@@ -35,7 +35,7 @@ typedef std::pair<GURL,WindowOpenDisposition> OpenInfo;
- (id)initWithBrowser:(Browser*)browser {
if ((self = [super initWithBrowser:browser
initialWidth:100 // arbitrary
- compressDelegate:nil
+ delegate:nil
resizeDelegate:nil])) {
callbacks_.reset([[NSMutableArray alloc] init]);
}
« no previous file with comments | « chrome/browser/cocoa/animatable_view.h ('k') | chrome/browser/cocoa/bookmark_bar_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698