| 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..4f2747be94790027c10675da740f38ef16530e7b 100644
|
| --- a/content/browser/renderer_host/media/audio_renderer_host.h
|
| +++ b/content/browser/renderer_host/media/audio_renderer_host.h
|
| @@ -86,7 +86,7 @@
|
| AudioMirroringManager* mirroring_manager,
|
| MediaInternals* media_internals,
|
| MediaStreamManager* media_stream_manager,
|
| - const std::string& salt);
|
| + const ResourceContext::SaltCallback& salt_callback);
|
|
|
| // Calls |callback| with the list of AudioOutputControllers for this object.
|
| void GetOutputControllers(
|
| @@ -255,7 +255,7 @@
|
| base::AtomicRefCount num_playing_streams_;
|
|
|
| // Salt required to translate renderer device IDs to raw device unique IDs
|
| - std::string salt_;
|
| + ResourceContext::SaltCallback salt_callback_;
|
|
|
| // Map of device authorizations for streams that are not yet created
|
| // The key is the stream ID, and the value is a pair. The pair's first element
|
|
|