Index: chrome/browser/about_flags.cc |
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc |
index cd0c9df219a767d08dbcbdf9dc3fba3a4cfa0803..eee7248f9b5623e5b5d7f1adde94109b35fc91ea 100644 |
--- a/chrome/browser/about_flags.cc |
+++ b/chrome/browser/about_flags.cc |
@@ -1652,6 +1652,13 @@ const Experiment kExperiments[] = { |
SINGLE_VALUE_TYPE( |
switches::kEnableMessageCenterAlwaysScrollUpUponNotificationRemoval)}, |
#endif |
+#if !defined(OS_ANDROID) && !defined(OS_IOS) |
Thiemo Nagel
2015/09/25 12:22:09
Why don't you support Android and iOS?
fhorschig
2015/09/25 15:15:52
Good question. Now it's supported. (Had some flawe
|
+ {"enable-md-policy-page", |
+ IDS_FLAGS_ENABLE_MATERIAL_DESIGN_POLICY_PAGE_NAME, |
+ IDS_FLAGS_ENABLE_MATERIAL_DESIGN_POLICY_PAGE_DESCRIPTION, |
+ kOsDesktop, |
+ SINGLE_VALUE_TYPE(switches::kEnableMaterialDesignPolicyPage)}, |
+#endif |
#if defined(OS_CHROMEOS) |
{"memory-pressure-thresholds", |
IDS_FLAGS_MEMORY_PRESSURE_THRESHOLD_NAME, |