summaryrefslogtreecommitdiffstats
path: root/chromium/ui/message_center/message_center_switches.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/message_center/message_center_switches.cc')
-rw-r--r--chromium/ui/message_center/message_center_switches.cc17
1 files changed, 0 insertions, 17 deletions
diff --git a/chromium/ui/message_center/message_center_switches.cc b/chromium/ui/message_center/message_center_switches.cc
deleted file mode 100644
index 8d374f7e29a..00000000000
--- a/chromium/ui/message_center/message_center_switches.cc
+++ /dev/null
@@ -1,17 +0,0 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "ui/message_center/message_center_switches.h"
-
-namespace message_center {
-namespace switches {
-
-const char kDisableRichNotifications[] = "disable-rich-notifications";
-const char kEnableRichNotifications[] = "enable-rich-notifications";
-
-const char kEnableExperimentalNotificationUI[] =
- "enable-experimental-notification-ui";
-
-} // namespace switches
-} // namespace message_center