blob: f72a0ec76bad12bb27fbdd1bbf794c40a0903f73 [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.
#ifndef ASH_MEDIA_MEDIA_NOTIFICATION_CONSTANTS_H_
#define ASH_MEDIA_MEDIA_NOTIFICATION_CONSTANTS_H_
#include "ash/ash_export.h"
namespace ash {
// The notification ID for the media session notification.
ASH_EXPORT extern const char kMediaSessionNotificationId[];
// The custom view type that should be set on media session notifications.
ASH_EXPORT extern const char kMediaSessionNotificationCustomViewType[];
// The notifier ID associated with the media session service.
ASH_EXPORT extern const char kMediaSessionNotifierId[];
} // namespace ash
#endif // ASH_MEDIA_MEDIA_NOTIFICATION_CONSTANTS_H_