// 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_constants.h" namespace message_center { const int kNotificationIconSize = 80; const int kNotificationPreferredImageSize = 300; const int kNotificationButtonIconSize = 16; const int kSettingsIconSize = 16; const int kNotificationMaximumImageHeight = 300; const size_t kNotificationMaximumItems = 8; const int kAutocloseHighPriorityDelaySeconds = 25; const int kAutocloseDefaultDelaySeconds = 8; const int kMarginBetweenItems = 10; } // namespace message_center