mac: Fix a bug in ui_gfx_render_text_mac.
[chromium-blink-merge.git] / ui / message_center / message_center_switches.cc
blob4f82c1a8e976fdb53b3ce679ba5d87bbc7c2ce66
1 // Copyright 2014 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 #include "ui/message_center/message_center_switches.h"
7 namespace switches {
9 // Enables message center to always move other notifications upwards when a
10 // notification is removed, no matter whether the message center is displayed
11 // top down or not.
12 const char kEnableMessageCenterAlwaysScrollUpUponNotificationRemoval[] =
13 "enable-message-center-always-scroll-up-upon-notification-removal";
15 } // namespace switches