| Index: content/public/browser/media_observer.h
|
| ===================================================================
|
| --- content/public/browser/media_observer.h (revision 128803)
|
| +++ content/public/browser/media_observer.h (working copy)
|
| @@ -12,8 +12,8 @@
|
|
|
| namespace content {
|
|
|
| -// A class may implement MediaObserver and register itself with ResourceContext
|
| -// to receive callbacks as media events occur.
|
| +// An embedder may implement MediaObserver and return it from
|
| +// ContentBrowserClient to receive callbacks as media events occur.
|
| class MediaObserver {
|
| public:
|
| // Called when an audio stream is deleted.
|
|
|