Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(354)

Unified Diff: content/public/browser/web_contents_observer.h

Issue 2015433003: Implement MediaMetadata artwork in content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed tests Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) {}

Powered by Google App Engine
This is Rietveld 408576698