| Index: content/public/renderer/content_renderer_client.h
|
| diff --git a/content/public/renderer/content_renderer_client.h b/content/public/renderer/content_renderer_client.h
|
| index d624bcdf6b97ef2671ec6d03ca80885b4a7c1d3e..4154fc026e756b5d2c1b046e04a385d0f03bf27e 100644
|
| --- a/content/public/renderer/content_renderer_client.h
|
| +++ b/content/public/renderer/content_renderer_client.h
|
| @@ -176,8 +176,7 @@ class CONTENT_EXPORT ContentRendererClient {
|
|
|
| // Allows the embedder to override creating a WebAudioDevice. If it
|
| // returns NULL the content layer will create the audio device.
|
| - virtual blink::WebAudioDevice* OverrideCreateAudioDevice(
|
| - double sample_rate);
|
| + virtual blink::WebAudioDevice* OverrideCreateAudioDevice();
|
|
|
| // Allows the embedder to override the blink::WebClipboard used. If it
|
| // returns NULL the content layer will handle clipboard interactions.
|
|
|