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

Unified Diff: chrome/browser/about_flags.cc

Issue 1321713004: Flag for Material Design policy construction page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Simplified test instantiation. Created 5 years, 3 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
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,

Powered by Google App Engine
This is Rietveld 408576698