| Index: chrome/common/media/media_resource_provider.h
|
| diff --git a/chrome/common/media/media_resource_provider.h b/chrome/common/media/media_resource_provider.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..b1b5e76f31f1c1ff1f2bf387195147efbb712da1
|
| --- /dev/null
|
| +++ b/chrome/common/media/media_resource_provider.h
|
| @@ -0,0 +1,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_
|
|
|