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

Unified Diff: ui/base/test/material_design_controller_test_api.cc

Issue 1955773002: Enable MD by default on Windows for Canary/Dev and local builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: DISALLOW_IMPLICIT_CONSTRUCTORS Created 4 years, 7 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 | « ui/base/test/material_design_controller_test_api.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/test/material_design_controller_test_api.cc
diff --git a/ui/base/test/material_design_controller_test_api.cc b/ui/base/test/material_design_controller_test_api.cc
index 029af51adc321a48727605588c4a8a7d1696e39e..edfcea3fe28549a1b6082b1791a8f74047883174 100644
--- a/ui/base/test/material_design_controller_test_api.cc
+++ b/ui/base/test/material_design_controller_test_api.cc
@@ -19,9 +19,15 @@ MaterialDesignControllerTestAPI::~MaterialDesignControllerTestAPI() {
MaterialDesignController::mode_ = previous_mode_;
}
+// static
void MaterialDesignControllerTestAPI::Uninitialize() {
MaterialDesignController::Uninitialize();
}
+// static
+MaterialDesignController::Mode MaterialDesignControllerTestAPI::DefaultMode() {
+ return MaterialDesignController::DefaultMode();
+}
+
} // namespace test
} // namespace ui
« no previous file with comments | « ui/base/test/material_design_controller_test_api.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698