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

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

Issue 2454393002: Enable Ash material design shelf and system menu by default (Closed)
Patch Set: rebase 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
« no previous file with comments | « no previous file | ash/common/shelf/shelf_constants.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 918e3f82fe147bc00284ba1a40aab4a1ec5c54bc..b1db3e2a3239e72676ca568f87ad9cfe411e1979 100644
--- a/ash/common/material_design/material_design_controller.cc
+++ b/ash/common/material_design/material_design_controller.cc
@@ -50,7 +50,7 @@ MaterialDesignController::Mode MaterialDesignController::GetMode() {
// static
bool MaterialDesignController::IsShelfMaterial() {
- return MaterialDesignController::IsMaterialExperimental();
+ return IsMaterial();
}
// static
@@ -60,12 +60,12 @@ bool MaterialDesignController::IsImmersiveModeMaterial() {
// static
bool MaterialDesignController::IsSystemTrayMenuMaterial() {
- return MaterialDesignController::IsMaterialExperimental();
+ return IsMaterial();
}
// static
bool MaterialDesignController::UseMaterialDesignSystemIcons() {
- return MaterialDesignController::IsMaterialExperimental();
+ return IsMaterial();
}
// static
« no previous file with comments | « no previous file | ash/common/shelf/shelf_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698