Separate Simple Backend creation from initialization.
[chromium-blink-merge.git] / ui / message_center / message_center_util.h
blob512cb1a6f6ea1f63093c1dc30bb38303a67c2cbe
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef UI_MESSAGE_CENTER_MESSAGE_CENTER_UTIL_H_
6 #define UI_MESSAGE_CENTER_MESSAGE_CENTER_UTIL_H_
8 #include "ui/message_center/message_center_export.h"
10 namespace message_center {
12 MESSAGE_CENTER_EXPORT bool IsRichNotificationEnabled();
14 } // namespace message_center
16 #endif // UI_MESSAGE_CENTER_MESSAGE_CENTER_UTIL_H_