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

Unified Diff: chrome/browser/ui/cocoa/browser_window_layout_unittest.mm

Issue 2373943002: Mac: Don't call -[BWC layoutSubviews] before updating the fullscreen bubble. (Closed)
Patch Set: Layout() unused Created 4 years, 3 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/ui/cocoa/browser_window_layout.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/browser_window_layout_unittest.mm
diff --git a/chrome/browser/ui/cocoa/browser_window_layout_unittest.mm b/chrome/browser/ui/cocoa/browser_window_layout_unittest.mm
index 54fe7624b39c66025f04094fbe2622019b7c2f2e..ad91b31e22a1e8a09e9518e463b739c20bd131f3 100644
--- a/chrome/browser/ui/cocoa/browser_window_layout_unittest.mm
+++ b/chrome/browser/ui/cocoa/browser_window_layout_unittest.mm
@@ -85,7 +85,6 @@ TEST_F(BrowserWindowLayoutTest, TestAllViewsFullscreen) {
EXPECT_NSEQ(NSMakeRect(0, 527, 600, 26), output.bookmarkFrame);
EXPECT_NSEQ(NSMakeRect(0, 527, 600, 95), output.fullscreenBackingBarFrame);
EXPECT_EQ(527, output.findBarMaxY);
- EXPECT_EQ(527, output.fullscreenExitButtonMaxY);
EXPECT_NSEQ(NSMakeRect(0, 455, 600, 111), output.infoBarFrame);
EXPECT_NSEQ(NSMakeRect(0, 0, 600, 44), output.downloadShelfFrame);
EXPECT_NSEQ(NSMakeRect(0, 44, 600, 411), output.contentAreaFrame);
@@ -118,7 +117,6 @@ TEST_F(BrowserWindowLayoutTest, TestAllViewsFullscreenMenuBarShowing) {
EXPECT_NSEQ(NSMakeRect(0, 517, 600, 26), output.bookmarkFrame);
EXPECT_NSEQ(NSMakeRect(0, 517, 600, 95), output.fullscreenBackingBarFrame);
EXPECT_EQ(517, output.findBarMaxY);
- EXPECT_EQ(517, output.fullscreenExitButtonMaxY);
EXPECT_NSEQ(NSMakeRect(0, 445, 600, 111), output.infoBarFrame);
EXPECT_NSEQ(NSMakeRect(0, 0, 600, 44), output.downloadShelfFrame);
EXPECT_NSEQ(NSMakeRect(0, 44, 600, 411), output.contentAreaFrame);
« no previous file with comments | « chrome/browser/ui/cocoa/browser_window_layout.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698