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

Unified Diff: ash/material_design/material_design_controller.cc

Issue 1932433002: Update activity indicator from a light bar to a point (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments Created 4 years, 7 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/material_design/material_design_controller.cc
diff --git a/ash/material_design/material_design_controller.cc b/ash/material_design/material_design_controller.cc
index de6bab83290d20b47ea101f9ddf3b47d5b3edfb1..f263a8517e1007c6d8d016b47e6e7cf591e32be7 100644
--- a/ash/material_design/material_design_controller.cc
+++ b/ash/material_design/material_design_controller.cc
@@ -54,6 +54,11 @@ bool MaterialDesignController::IsMaterialExperimental() {
}
// static
+bool MaterialDesignController::IsShelfMaterial() {
+ return MaterialDesignController::IsMaterialExperimental();
+}
+
+// static
MaterialDesignController::Mode MaterialDesignController::mode() {
return mode_;
}

Powered by Google App Engine
This is Rietveld 408576698