// 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_