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

Unified Diff: ui/base/material_design/material_design_controller_unittest.cc

Issue 2473863004: Remove MaterialDesignController::IsModeMaterial (Closed)
Patch Set: pkasting review and rebase Created 4 years, 1 month 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 | « ui/base/material_design/material_design_controller.cc ('k') | ui/native_theme/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/material_design/material_design_controller_unittest.cc
diff --git a/ui/base/material_design/material_design_controller_unittest.cc b/ui/base/material_design/material_design_controller_unittest.cc
index b4d913d6760e23fdf46c1bc895fd563104bb9e8d..6da42af544545735e843e2a5d052f38307a585b1 100644
--- a/ui/base/material_design/material_design_controller_unittest.cc
+++ b/ui/base/material_design/material_design_controller_unittest.cc
@@ -138,11 +138,5 @@ TEST_F(MaterialDesignControllerTestInvalid, InvalidCommandLineValue) {
MaterialDesignController::GetMode());
}
-// Verify that MaterialDesignController::IsModeMaterial() will be true when
-// initialized with command line flag "material".
-TEST_F(MaterialDesignControllerTestMaterial, IsModeMaterialInitializesMode) {
- EXPECT_TRUE(MaterialDesignController::IsModeMaterial());
-}
-
} // namespace
} // namespace ui
« no previous file with comments | « ui/base/material_design/material_design_controller.cc ('k') | ui/native_theme/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698