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

Unified Diff: chrome/browser/media/media_internals.h

Issue 10928043: Media Related changes for TabCapture API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rename REQUEST_*->MEDIA_REQUEST_* Created 8 years, 2 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: chrome/browser/media/media_internals.h
diff --git a/chrome/browser/media/media_internals.h b/chrome/browser/media/media_internals.h
index 8a232e5b676a4472b2a8c88c6499cb71fd711041..ab762e45106a9be4f2c093e59f46a54abaeacb64 100644
--- a/chrome/browser/media/media_internals.h
+++ b/chrome/browser/media/media_internals.h
@@ -10,6 +10,7 @@
#include "base/observer_list.h"
#include "base/values.h"
#include "content/public/browser/media_observer.h"
+#include "content/public/common/media_stream_request.h"
class MediaInternalsObserver;
class MediaStreamCaptureIndicator;
@@ -48,6 +49,11 @@ class MediaInternals : public content::MediaObserver {
int render_process_id,
int render_view_id,
const content::MediaStreamDevices& devices) OVERRIDE;
+ virtual void OnMediaRequestStateChanged(
+ int render_process_id,
+ int render_view_id,
+ const content::MediaStreamDevice& device,
+ content::MediaRequestState state) OVERRIDE;
// Methods for observers.
// Observers should add themselves on construction and remove themselves
« no previous file with comments | « no previous file | chrome/browser/media/media_internals.cc » ('j') | content/browser/renderer_host/media/media_stream_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698