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

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: rebase & code comments 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 6cf3b9865488a27eded166ffdee4b4cae2002e2d..dd8a25a73a4641f9a8cc22d17320b7849b8cea65 100644
--- a/ash/common/material_design/material_design_controller.cc
+++ b/ash/common/material_design/material_design_controller.cc
@@ -14,11 +14,6 @@ bool MaterialDesignController::IsShelfMaterial() {
}
// static
-bool MaterialDesignController::IsImmersiveModeMaterial() {
- return true;
-}
-
-// static
bool MaterialDesignController::IsSystemTrayMenuMaterial() {
return true;
}
« 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