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

Unified Diff: chrome/browser/ui/views/panels/panel_view_browsertest.cc

Issue 137993009: Remove more non-aura windows code. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: renable the disabled tests Created 6 years, 11 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/views/keyboard_access_browsertest.cc ('k') | chrome/browser/ui/views/sad_tab_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/panels/panel_view_browsertest.cc
===================================================================
--- chrome/browser/ui/views/panels/panel_view_browsertest.cc (revision 244775)
+++ chrome/browser/ui/views/panels/panel_view_browsertest.cc (working copy)
@@ -144,10 +144,6 @@
WaitForBoundsAnimationFinished(panel);
EXPECT_EQ(panel->TitleOnlyHeight(), panel->GetBounds().height());
EXPECT_EQ(0, GetPanelView(panel)->height()); // client area height.
-#if defined(OS_WIN) && !defined(USE_AURA)
- EXPECT_EQ(panel->TitleOnlyHeight(),
- GetPanelView(panel)->GetFrameView()->height());
-#endif
panel->Close();
}
@@ -161,10 +157,6 @@
WaitForBoundsAnimationFinished(panel);
EXPECT_EQ(panel::kMinimizedPanelHeight, panel->GetBounds().height());
EXPECT_EQ(0, GetPanelView(panel)->height()); // client area height.
-#if defined(OS_WIN) && !defined(USE_AURA)
- EXPECT_EQ(panel::kMinimizedPanelHeight,
- GetPanelView(panel)->GetFrameView()->height());
-#endif
panel->Close();
}
« no previous file with comments | « chrome/browser/ui/views/keyboard_access_browsertest.cc ('k') | chrome/browser/ui/views/sad_tab_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698