| Index: media/audio/pulse/pulse_util.h
 | 
| diff --git a/media/audio/pulse/pulse_util.h b/media/audio/pulse/pulse_util.h
 | 
| index ecd7304ae049ee7dee0e4ebb679494a75959bb68..a39ebbfa0ff156f87a9b2d13f4826f66c580e415 100644
 | 
| --- a/media/audio/pulse/pulse_util.h
 | 
| +++ b/media/audio/pulse/pulse_util.h
 | 
| @@ -37,6 +37,10 @@ class AutoPulseLock {
 | 
|    DISALLOW_COPY_AND_ASSIGN(AutoPulseLock);
 | 
|  };
 | 
|  
 | 
| +bool MEDIA_EXPORT InitPulse(pa_threaded_mainloop** mainloop,
 | 
| +                            pa_context** context);
 | 
| +void DestroyPulse(pa_threaded_mainloop* mainloop, pa_context* context);
 | 
| +
 | 
|  // Triggers pa_threaded_mainloop_signal() to avoid deadlocks.
 | 
|  void StreamSuccessCallback(pa_stream* s, int error, void* mainloop);
 | 
|  void ContextStateCallback(pa_context* context, void* mainloop);
 | 
| 
 |