Index: content/renderer/renderer_webkitplatformsupport_impl.h |
diff --git a/content/renderer/renderer_webkitplatformsupport_impl.h b/content/renderer/renderer_webkitplatformsupport_impl.h |
index 6b79f40f1bc18f37649257c8c64319def5419351..9b7b3ea857a3f782844f98adf9d0f0cc9c09fdc7 100644 |
--- a/content/renderer/renderer_webkitplatformsupport_impl.h |
+++ b/content/renderer/renderer_webkitplatformsupport_impl.h |
@@ -119,10 +119,6 @@ class CONTENT_EXPORT RendererWebKitPlatformSupportImpl |
virtual bool loadAudioResource( |
blink::WebAudioBus* destination_bus, const char* audio_file_data, |
size_t data_size); |
- // DEPRECATED |
- virtual bool loadAudioResource( |
- blink::WebAudioBus* destination_bus, const char* audio_file_data, |
- size_t data_size, double sample_rate); |
virtual blink::WebContentDecryptionModule* createContentDecryptionModule( |
const blink::WebString& key_system); |