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

Unified Diff: chrome/browser/ui/views/tabs/tab_strip_unittest.cc

Issue 2401363005: Remove sundry IsModeMaterial checks. (Closed)
Patch Set: resolve merge conflict Created 4 years, 2 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
Index: chrome/browser/ui/views/tabs/tab_strip_unittest.cc
diff --git a/chrome/browser/ui/views/tabs/tab_strip_unittest.cc b/chrome/browser/ui/views/tabs/tab_strip_unittest.cc
index e4c6cd0529a97e169b29169972475cbb7f32629d..6ba39aaaf4db37177c59169c0f874f92cbe94016 100644
--- a/chrome/browser/ui/views/tabs/tab_strip_unittest.cc
+++ b/chrome/browser/ui/views/tabs/tab_strip_unittest.cc
@@ -329,14 +329,9 @@ TEST_F(TabStripTest, ImmersiveMode) {
// Creates a tab strip in stacked layout mode and verifies the correctness
// of hit tests against the visible/occluded regions of a tab and the tab
// close button of the active tab.
-TEST_F(TabStripTest, TabHitTestMaskWhenStacked) {
- // TODO(varkha,pkasting): Update the test for Material Design layout.
- // crbug.com/575327
- if (ui::MaterialDesignController::IsModeMaterial()) {
- VLOG(1) << "Test is DISABLED for material design layouts.";
- return;
- }
-
+// TODO(pkasting): Update the test for Material Design layout.
+// crbug.com/575327
+TEST_F(TabStripTest, DISABLED_TabHitTestMaskWhenStacked) {
tab_strip_->SetBounds(0, 0, 300, 20);
controller_->AddTab(0, false);
« no previous file with comments | « chrome/browser/ui/views/chrome_browser_main_extra_parts_views_linux.cc ('k') | ui/views/linux_ui/linux_ui.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698