| Index: content/browser/media/android/media_session.h
|
| diff --git a/content/browser/media/android/media_session.h b/content/browser/media/android/media_session.h
|
| index 3cd5dffb4752e37311f1656eb4ac8c65d51178f6..384c3bff6efc72caa7177b7a93df1d76b5ecb04b 100644
|
| --- a/content/browser/media/android/media_session.h
|
| +++ b/content/browser/media/android/media_session.h
|
| @@ -46,6 +46,9 @@ class CONTENT_EXPORT MediaSession
|
|
|
| ~MediaSession() override;
|
|
|
| + bool Activate();
|
| + void Deactivate();
|
| +
|
| // Adds the given player to the current media session. Returns whether the
|
| // player was successfully added. If it returns false, AddPlayer() should be
|
| // called again later.
|
|
|