blob: dbc4753f5f625db82fa524b9b4cf551e487cb150 [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 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_