blob: 46f5a47da02fbcd083ca2668012e461aebfc709b [file] [log] [blame]
// 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/localized_strings.h"
// This is called indirectly by the media layer to access resources.
base::string16 ChromeMediaLocalizedStringProvider(
media::MessageId media_message_id);
#endif // CHROME_COMMON_MEDIA_MEDIA_RESOURCE_PROVIDER_H_