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

Unified Diff: ash/material_design/material_design_controller.h

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: resolve compilation errors 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
« no previous file with comments | « no previous file | ash/material_design/material_design_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/material_design/material_design_controller.h
diff --git a/ash/material_design/material_design_controller.h b/ash/material_design/material_design_controller.h
index cd272b0706312c37023158aa95f1bf778196fb03..0ceef47f1975770daaa87893ee5f60b402a4ad20 100644
--- a/ash/material_design/material_design_controller.h
+++ b/ash/material_design/material_design_controller.h
@@ -41,6 +41,9 @@ class ASH_EXPORT MaterialDesignController {
// Maps to "--ash-md=experimental" command line switch value.
static bool IsMaterialExperimental();
+ // Returns true if Material Design features are enabled for Chrome OS shelf.
+ static bool IsShelfMaterial();
+
private:
friend class test::MaterialDesignControllerTestAPI;
« no previous file with comments | « no previous file | ash/material_design/material_design_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698