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

Unified Diff: ash/test/ash_test_helper_unittest.cc

Issue 2692663002: Gut ash::MaterialDesignController, and remove the about:flags entry. (Closed)
Patch Set: yet another rebase Created 3 years, 10 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 | « ash/test/ash_test_helper.cc ('k') | ash/wm/drag_window_resizer_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/ash_test_helper_unittest.cc
diff --git a/ash/test/ash_test_helper_unittest.cc b/ash/test/ash_test_helper_unittest.cc
index 6801ee3e5482889bed180dd32141d66e2c3b8093..fc4986b66447bb994eae4119632a39c71fa8581e 100644
--- a/ash/test/ash_test_helper_unittest.cc
+++ b/ash/test/ash_test_helper_unittest.cc
@@ -23,8 +23,7 @@ class AshTestHelperTest : public testing::Test {
ash_test_environment_ = test::AshTestEnvironment::Create();
ash_test_helper_.reset(
new test::AshTestHelper(ash_test_environment_.get()));
- ash_test_helper_->SetUp(true,
- MaterialDesignController::Mode::UNINITIALIZED);
+ ash_test_helper_->SetUp(true);
}
void TearDown() override {
« no previous file with comments | « ash/test/ash_test_helper.cc ('k') | ash/wm/drag_window_resizer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698