| Index: content/public/browser/web_contents_observer.h
|
| diff --git a/content/public/browser/web_contents_observer.h b/content/public/browser/web_contents_observer.h
|
| index 1b8f1996095c2a5fa5fac80b1fe1534f5c14b98e..4032ed84c8c8513f64fd9178aafb33cc73376611 100644
|
| --- a/content/public/browser/web_contents_observer.h
|
| +++ b/content/public/browser/web_contents_observer.h
|
| @@ -441,8 +441,9 @@ class CONTENT_EXPORT WebContentsObserver : public IPC::Listener,
|
|
|
| // Invoked when media session has changed its state.
|
| virtual void MediaSessionStateChanged(bool is_controllable,
|
| - bool is_suspended,
|
| - const MediaMetadata& metadata) {}
|
| + bool is_suspended) {}
|
| +
|
| + virtual void MediaMetadataChanged(const MediaMetadata& metadata) {}
|
|
|
| // Invoked when the renderer process changes the page scale factor.
|
| virtual void OnPageScaleFactorChanged(float page_scale_factor) {}
|
|
|