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

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: add shelf material control and 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
« no previous file with comments | « no previous file | ash/material_design/material_design_controller.cc » ('j') | ash/shelf/shelf_button.h » ('J')
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..d256fc098d9b6895c747cd253a07c551f8b1673d 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 shelf is using Material Design
varkha 2016/05/13 23:01:24 nit: period at the end of a sentence. Maybe "Retur
yiyix 2016/05/14 01:28:53 I like it better. It explicitly says that this con
+ static bool IsShelfMaterial();
+
private:
friend class test::MaterialDesignControllerTestAPI;
« no previous file with comments | « no previous file | ash/material_design/material_design_controller.cc » ('j') | ash/shelf/shelf_button.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698