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

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

Issue 2401363005: Remove sundry IsModeMaterial checks. (Closed)
Patch Set: remove unused fn 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..f60b61f6f43927441f3865acd5a0a54c54854769 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(varkha,pkasting): Update the test for Material Design layout.
Peter Kasting 2016/10/11 22:49:18 Just set the TODO to me alone.
Evan Stade 2016/10/12 00:13:07 Done.
+// crbug.com/575327
+TEST_F(TabStripTest, DISABLED_TabHitTestMaskWhenStacked) {
tab_strip_->SetBounds(0, 0, 300, 20);
controller_->AddTab(0, false);

Powered by Google App Engine
This is Rietveld 408576698