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

Unified Diff: chrome/test/base/browser_with_test_window_test.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 | « chrome/browser/chrome_browser_main.cc ('k') | chrome/test/base/view_event_test_platform_part_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/browser_with_test_window_test.cc
diff --git a/chrome/test/base/browser_with_test_window_test.cc b/chrome/test/base/browser_with_test_window_test.cc
index cbc2e3e2d546589b35f35be513b2a78b266f568e..883b6ff7e6f54b0bec08e06581fb5aa9d320ad1f 100644
--- a/chrome/test/base/browser_with_test_window_test.cc
+++ b/chrome/test/base/browser_with_test_window_test.cc
@@ -4,7 +4,6 @@
#include "chrome/test/base/browser_with_test_window_test.h"
-#include "ash/common/material_design/material_design_controller.h"
#include "base/location.h"
#include "base/memory/ptr_util.h"
#include "base/run_loop.h"
@@ -61,8 +60,7 @@ void BrowserWithTestWindowTest::SetUp() {
ash_test_environment_ = base::MakeUnique<AshTestEnvironmentChrome>();
ash_test_helper_.reset(
new ash::test::AshTestHelper(ash_test_environment_.get()));
- ash_test_helper_->SetUp(true,
- ash::MaterialDesignController::Mode::UNINITIALIZED);
+ ash_test_helper_->SetUp(true);
#elif defined(TOOLKIT_VIEWS)
views_test_helper_.reset(new views::ScopedViewsTestHelper());
#endif
« no previous file with comments | « chrome/browser/chrome_browser_main.cc ('k') | chrome/test/base/view_event_test_platform_part_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698