Index: content/browser/renderer_host/media/audio_renderer_host.h |
diff --git a/content/browser/renderer_host/media/audio_renderer_host.h b/content/browser/renderer_host/media/audio_renderer_host.h |
index 7252086657dc01d89cff53846874d7cf4201b9f0..3e5374a24772b41c1b17c4477e630cd1d26caae7 100644 |
--- a/content/browser/renderer_host/media/audio_renderer_host.h |
+++ b/content/browser/renderer_host/media/audio_renderer_host.h |
@@ -174,10 +174,12 @@ class CONTENT_EXPORT AudioRendererHost : public BrowserMessageFilter { |
void OnDeviceAuthorized(int stream_id, |
const std::string& device_id, |
const url::Origin& security_origin, |
+ base::TimeTicks auth_start_time, |
bool have_access); |
// Proceed with device authorization after translating device ID. |
void OnDeviceIDTranslated(int stream_id, |
+ base::TimeTicks auth_start_time, |
bool device_found, |
const AudioOutputDeviceInfo& device_info); |