| 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 92598b4b5c75eb034d29addb094424ef83217127..70112dddbbbbb65f213c43d03b2afc2d4a4f4dac 100644
|
| --- a/content/public/renderer/content_renderer_client.h
|
| +++ b/content/public/renderer/content_renderer_client.h
|
| @@ -177,8 +177,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.
|
|
|