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

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

Issue 2702663002: [Merge to M57] cros-md: Remove the non-MD immersive mode code paths (Closed)
Patch Set: 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/common/material_design/material_design_controller.h ('k') | ash/common/shelf/shelf_layout_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
}
« no previous file with comments | « ash/common/material_design/material_design_controller.h ('k') | ash/common/shelf/shelf_layout_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698