Update V8 to version 3.17.16.2.
[chromium-blink-merge.git] / ui / message_center / message_center_switches.cc
blob99781ec97ab95cb2090eb4d89ccd8d0c00d2c19f
1 // Copyright (c) 2012 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 message_center {
8 namespace switches {
10 const char kDisableRichNotifications[] = "disable-rich-notifications";
11 const char kEnableRichNotifications[] = "enable-rich-notifications";
13 } // namespace switches
14 } // namespace message_center