summaryrefslogtreecommitdiffstats
path: root/chrome/common/media/media_resource_provider.h
blob: b1b5e76f31f1c1ff1f2bf387195147efbb712da1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Copyright 2015 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 CHROME_COMMON_MEDIA_MEDIA_RESOURCE_PROVIDER_H_
#define CHROME_COMMON_MEDIA_MEDIA_RESOURCE_PROVIDER_H_

#include "base/strings/string16.h"
#include "media/base/media_resources.h"

namespace chrome_common_media {

// This is called indirectly by the media layer to access resources.
base::string16 LocalizedStringProvider(media::MessageId media_message_id);

}  // namespace chrome_common_media

#endif  // CHROME_COMMON_MEDIA_MEDIA_RESOURCE_PROVIDER_H_