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

Unified Diff: chrome/browser/cocoa/tabpose_window_unittest.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/tabpose_window.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/cocoa/tabpose_window_unittest.mm
diff --git a/chrome/browser/cocoa/tabpose_window_unittest.mm b/chrome/browser/cocoa/tabpose_window_unittest.mm
index 8f6f239cd1c5cf0d558e025da863bd0aa0e8db5e..a438007fa4b79bc0de32be880866359926f27375 100644
--- a/chrome/browser/cocoa/tabpose_window_unittest.mm
+++ b/chrome/browser/cocoa/tabpose_window_unittest.mm
@@ -28,7 +28,7 @@ TEST_F(TabposeWindowTest, TestShow) {
TabposeWindow* window =
[TabposeWindow openTabposeFor:parent.get()
rect:NSMakeRect(10, 20, 50, 60)
- slomo:NO];
+ slomo:NO tempBWC:nil]; // FIXME
// Should release the window.
[window mouseDown:nil];
« no previous file with comments | « chrome/browser/cocoa/tabpose_window.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698