| Index: ppapi/shared_impl/ppb_audio_shared.h
|
| diff --git a/ppapi/shared_impl/ppb_audio_shared.h b/ppapi/shared_impl/ppb_audio_shared.h
|
| index cde075bdb5e38a3aae23b5a50da6ad9941ab3331..8858e5c35e12da756668560f01420874f13cc3aa 100644
|
| --- a/ppapi/shared_impl/ppb_audio_shared.h
|
| +++ b/ppapi/shared_impl/ppb_audio_shared.h
|
| @@ -29,9 +29,6 @@ class PPAPI_SHARED_EXPORT PPB_Audio_Shared
|
| PPB_Audio_Shared();
|
| virtual ~PPB_Audio_Shared();
|
|
|
| - // Keep in sync with media::AudioOutputController::kPauseMark.
|
| - static const int kPauseMark;
|
| -
|
| bool playing() const { return playing_; }
|
|
|
| // Sets the callback information that the background thread will use. This
|
|
|