Index: chrome/browser/about_flags.cc |
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc |
index f717a87017b03f90e8a7d018cb8681df4983a5dc..ad541059418a7cd9ab64161c1213f5b916679b2b 100644 |
--- a/chrome/browser/about_flags.cc |
+++ b/chrome/browser/about_flags.cc |
@@ -2119,6 +2119,14 @@ const FeatureEntry kFeatureEntries[] = { |
IDS_FLAGS_PPAPI_WIN32K_LOCKDOWN_DESCRIPTION, kOsWin, |
MULTI_VALUE_TYPE(kPpapiWin32kLockdown)}, |
#endif // defined(OS_WIN) |
+#if defined(ENABLE_NOTIFICATIONS) && defined(OS_ANDROID) |
+ {"enable-web-notification-custom-layouts", |
+ IDS_FLAGS_ENABLE_WEB_NOTIFICATION_CUSTOM_LAYOUTS_NAME, |
+ IDS_FLAGS_ENABLE_WEB_NOTIFICATION_CUSTOM_LAYOUTS_DESCRIPTION, |
+ kOsAndroid, |
+ ENABLE_DISABLE_VALUE_TYPE(switches::kEnableWebNotificationCustomLayouts, |
+ switches::kDisableWebNotificationCustomLayouts)}, |
+#endif // defined(ENABLE_NOTIFICATIONS) && defined(OS_ANDROID) |
// NOTE: Adding new command-line switches requires adding corresponding |
// entries to enum "LoginCustomFlags" in histograms.xml. See note in |
// histograms.xml and don't forget to run AboutFlagsHistogramTest unit test. |