summaryrefslogtreecommitdiff
path: root/chromium/chrome/common/media/media_resource_provider.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/common/media/media_resource_provider.h')
-rw-r--r--chromium/chrome/common/media/media_resource_provider.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/chromium/chrome/common/media/media_resource_provider.h b/chromium/chrome/common/media/media_resource_provider.h
new file mode 100644
index 00000000000..46f5a47da02
--- /dev/null
+++ b/chromium/chrome/common/media/media_resource_provider.h
@@ -0,0 +1,15 @@
+// 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_