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

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

Issue 2473863004: Remove MaterialDesignController::IsModeMaterial (Closed)
Patch Set: fix win 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
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();

Powered by Google App Engine
This is Rietveld 408576698