blob: bcd2655aab30beb11e6123bac83cd19e44bd94d6 [file] [log] [blame]
// Copyright 2018 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 "components/media_message_center/media_notification_item.h"
namespace media_message_center {
// static
const char MediaNotificationItem::kUserActionHistogramName[] =
"Media.Notification.UserAction";
// static
const char MediaNotificationItem::kCastUserActionHistogramName[] =
"Media.Notification.Cast.UserAction";
// static
const char MediaNotificationItem::kSourceHistogramName[] =
"Media.Notification.Source";
} // namespace media_message_center