Chromium Code Reviews| Index: base/threading/thread_restrictions.h |
| diff --git a/base/threading/thread_restrictions.h b/base/threading/thread_restrictions.h |
| index e916ecc6f3b954e08127e55c5d442b12895f0866..102165c783754430ca0bdac600cf3eecb621514f 100644 |
| --- a/base/threading/thread_restrictions.h |
| +++ b/base/threading/thread_restrictions.h |
| @@ -56,6 +56,9 @@ class InFlightIO; |
| namespace gpu { |
| class GpuChannelHost; |
| } |
| +namespace media { |
| +class AudioDeviceThread; |
| +} |
| namespace mojo { |
| namespace common { |
| class MessagePumpMojo; |
| @@ -214,6 +217,7 @@ class BASE_EXPORT ThreadRestrictions { |
| friend class mus::CommandBufferClientImpl; |
| friend class mus::CommandBufferLocal; |
| friend class mus::GpuState; |
| + friend class media::AudioDeviceThread; |
|
jam
2016/06/13 18:22:22
nit: order
Henrik Grunell
2016/06/13 20:38:35
I actually added it last because there isn't a cle
Henrik Grunell
2016/06/14 11:30:00
I put it after android::.
|
| // END ALLOWED USAGE. |
| // BEGIN USAGE THAT NEEDS TO BE FIXED. |