Chromium Code Reviews| Index: content/browser/renderer_host/render_message_filter.h |
| =================================================================== |
| --- content/browser/renderer_host/render_message_filter.h (revision 105774) |
| +++ content/browser/renderer_host/render_message_filter.h (working copy) |
| @@ -182,6 +182,7 @@ |
| void OnCheckNotificationPermission(const GURL& source_url, |
| int* permission_level); |
| + void OnGetHardwareInputSampleRate(double* sample_rate); |
| void OnGetHardwareSampleRate(double* sample_rate); |
| // Used to ask the browser to allocate a block of shared memory for the |