diff options
Diffstat (limited to 'chrome/browser/notifications/message_center_notifications_browsertest.cc')
-rw-r--r-- | chrome/browser/notifications/message_center_notifications_browsertest.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/notifications/message_center_notifications_browsertest.cc b/chrome/browser/notifications/message_center_notifications_browsertest.cc index 8e40886..4118f6c 100644 --- a/chrome/browser/notifications/message_center_notifications_browsertest.cc +++ b/chrome/browser/notifications/message_center_notifications_browsertest.cc @@ -28,10 +28,6 @@ class MessageCenterNotificationsTest : public InProcessBrowserTest { virtual void SetUpCommandLine(CommandLine* command_line) { // This switch enables the new piping of Notifications through Message // Center. -#if defined(ENABLE_MESSAGE_CENTER) - command_line->AppendSwitch( - message_center::switches::kEnableRichNotifications); -#endif } MessageCenterNotificationManager* manager() { |