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

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

Issue 9845033: Move the MediaObserver getter from ResourceContext to ContentBrowserClient, since we only need to s… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix dcheck Created 8 years, 9 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
« no previous file with comments | « content/public/browser/content_browser_client.h ('k') | content/public/browser/resource_context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « content/public/browser/content_browser_client.h ('k') | content/public/browser/resource_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698