| Index: content/browser/browser_main_loop.h
|
| diff --git a/content/browser/browser_main_loop.h b/content/browser/browser_main_loop.h
|
| index f35fc3ff7877a5e36ab39f8ccbea9e8e4063a8a6..98eb42ddfab751b28d3a3f0e90cef138eae461b9 100644
|
| --- a/content/browser/browser_main_loop.h
|
| +++ b/content/browser/browser_main_loop.h
|
| @@ -293,7 +293,7 @@ class CONTENT_EXPORT BrowserMainLoop {
|
| std::unique_ptr<AudioManagerThread> audio_thread_;
|
| media::ScopedAudioManagerPtr audio_manager_;
|
| // Calls to |audio_system_| must not be posted to the audio thread if it
|
| - // differs from the UI one.
|
| + // differs from the UI one. See http://crbug.com/705455.
|
| std::unique_ptr<media::AudioSystem> audio_system_;
|
|
|
| std::unique_ptr<midi::MidiService> midi_service_;
|
|
|