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

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

Issue 2690443002: cros-md: Remove the non-MD immersive mode code paths (Closed)
Patch Set: remove unused conditions 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
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 b1db3e2a3239e72676ca568f87ad9cfe411e1979..6b4ad7cb4af2f00a376732f669727e76d86d0b3a 100644
--- a/ash/common/material_design/material_design_controller.cc
+++ b/ash/common/material_design/material_design_controller.cc
@@ -54,11 +54,6 @@ bool MaterialDesignController::IsShelfMaterial() {
}
// static
-bool MaterialDesignController::IsImmersiveModeMaterial() {
- return IsMaterial();
-}
-
-// static
bool MaterialDesignController::IsSystemTrayMenuMaterial() {
return IsMaterial();
}

Powered by Google App Engine
This is Rietveld 408576698