summaryrefslogtreecommitdiff
path: root/chromium/ui/message_center/public/cpp/features.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/message_center/public/cpp/features.cc')
-rw-r--r--chromium/ui/message_center/public/cpp/features.cc12
1 files changed, 0 insertions, 12 deletions
diff --git a/chromium/ui/message_center/public/cpp/features.cc b/chromium/ui/message_center/public/cpp/features.cc
deleted file mode 100644
index 3b923d0e996..00000000000
--- a/chromium/ui/message_center/public/cpp/features.cc
+++ /dev/null
@@ -1,12 +0,0 @@
-// Copyright 2014 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/public/cpp/features.h"
-
-namespace message_center {
-
-const base::Feature kNewStyleNotifications{"NewStyleNotifications",
- base::FEATURE_ENABLED_BY_DEFAULT};
-
-} // namespace message_center