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

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

Issue 2006223006: Enable MD for Chrome on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/material_design/material_design_controller.cc
diff --git a/ui/base/material_design/material_design_controller.cc b/ui/base/material_design/material_design_controller.cc
index 6718a185e2fb04523a001e2c5a6b6e2cf89e2219..85638fe8f52ad5be5b0751755915bfba2cd6f9bf 100644
--- a/ui/base/material_design/material_design_controller.cc
+++ b/ui/base/material_design/material_design_controller.cc
@@ -108,12 +108,9 @@ MaterialDesignController::Mode MaterialDesignController::DefaultMode() {
}
}
#endif // defined(USE_OZONE)
- return MATERIAL_NORMAL;
-#elif defined(OS_LINUX) || defined(OS_MACOSX)
- return MATERIAL_NORMAL;
-#else
- return NON_MATERIAL;
#endif // defined(OS_CHROMEOS)
+
+ return MATERIAL_NORMAL;
}
// static
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698