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

Unified Diff: ash/common/material_design/material_design_controller.cc

Issue 2401473002: [ash-md] Erases the pre-MD code path for Overview Mode (Closed)
Patch Set: [ash-md] Erases the pre-MD code path for Overview Mode 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: ash/common/material_design/material_design_controller.cc
diff --git a/ash/common/material_design/material_design_controller.cc b/ash/common/material_design/material_design_controller.cc
index 74b9e2423504abdf8e7889592a2d3d39180c5bd2..a2c8607d599910686f91c1a9c7f621141ceed04c 100644
--- a/ash/common/material_design/material_design_controller.cc
+++ b/ash/common/material_design/material_design_controller.cc
@@ -58,11 +58,6 @@ MaterialDesignController::Mode MaterialDesignController::GetMode() {
}
// static
-bool MaterialDesignController::IsOverviewMaterial() {
- return MaterialDesignController::IsMaterial();
-}
-
-// static
bool MaterialDesignController::IsShelfMaterial() {
return MaterialDesignController::IsMaterialExperimental();
}

Powered by Google App Engine
This is Rietveld 408576698