Index: ui/message_center/message_center_util.cc |
diff --git a/ui/message_center/message_center_util.cc b/ui/message_center/message_center_util.cc |
index c1dc58c3c8aafa0d10829ba93efceabd0a8c4829..43cd4849418b02154631c19b9309cfc928f1dab0 100644 |
--- a/ui/message_center/message_center_util.cc |
+++ b/ui/message_center/message_center_util.cc |
@@ -31,4 +31,9 @@ bool IsRichNotificationEnabled() { |
return true; |
} |
+bool IsExperimentalNotificationUIEnabled() { |
+ return CommandLine::ForCurrentProcess()->HasSwitch( |
+ switches::kEnableExperimentalNotificationUI); |
+} |
+ |
} // namespace message_center |