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

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

Issue 2976008: Bar (Closed)
Patch Set: '' Created 10 years, 5 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
« no previous file with comments | « chrome/browser/cocoa/browser_window_controller.h ('k') | chrome/browser/cocoa/tab_strip_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/cocoa/browser_window_controller.mm
diff --git a/chrome/browser/cocoa/browser_window_controller.mm b/chrome/browser/cocoa/browser_window_controller.mm
index d4186b14764ce35cd14110320dabe3538ff25b91..172684135143936ecb23cd2a3463513c2be90b38 100644
--- a/chrome/browser/cocoa/browser_window_controller.mm
+++ b/chrome/browser/cocoa/browser_window_controller.mm
@@ -1856,7 +1856,7 @@ willAnimateFromState:(bookmarks::VisualState)oldState
activeArea.size.height += NSHeight([bookmarkBarView frame]);
}
- [TabposeWindow openTabposeFor:[self window] rect:activeArea slomo:slomo];
+ [TabposeWindow openTabposeFor:[self window] rect:activeArea slomo:slomo tempBWC:self];
}
@end // @implementation BrowserWindowController(Fullscreen)
« no previous file with comments | « chrome/browser/cocoa/browser_window_controller.h ('k') | chrome/browser/cocoa/tab_strip_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698