blob: 8f3cee7212b7d8bea3b5594f9021e41c95b86eee [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::kSourceHistogramName[] =
"Media.Notification.Source";
} // namespace media_message_center