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

Unified Diff: ui/base/material_design/material_design_controller.h

Issue 2473863004: Remove MaterialDesignController::IsModeMaterial (Closed)
Patch Set: pkasting review and rebase Created 4 years, 1 month 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 | « components/infobars/core/infobar.cc ('k') | ui/base/material_design/material_design_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/material_design/material_design_controller.h
diff --git a/ui/base/material_design/material_design_controller.h b/ui/base/material_design/material_design_controller.h
index c58b2fc630b3c98cfe2718f86956e59318f65060..6fdffbb9ab0a571717550028cde5fc616ef9b637 100644
--- a/ui/base/material_design/material_design_controller.h
+++ b/ui/base/material_design/material_design_controller.h
@@ -32,9 +32,6 @@ class UI_BASE_EXPORT MaterialDesignController {
// Get the current Mode that should be used by the system.
static Mode GetMode();
- // Returns true. TODO(estade): remove.
- static bool IsModeMaterial();
-
// Returns true if the current mode is a material design variant and this mode
// should be extended to cover secondary UI.
static bool IsSecondaryUiMaterial();
« no previous file with comments | « components/infobars/core/infobar.cc ('k') | ui/base/material_design/material_design_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698