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

Unified Diff: content/common/media/media_stream_options.h

Issue 13989003: Replace MediaStreamUIController with MediaStreamUIProxy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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/common/media/media_stream_options.h
diff --git a/content/common/media/media_stream_options.h b/content/common/media/media_stream_options.h
index 286882934dae23793aab6d444f6329164f781391..18f0379268498b56afe6a59f79cabfcdd959e33b 100644
--- a/content/common/media/media_stream_options.h
+++ b/content/common/media/media_stream_options.h
@@ -8,7 +8,6 @@
#include <string>
#include <vector>
-#include "base/callback.h"
#include "content/common/content_export.h"
#include "content/public/common/media_stream_request.h"
@@ -20,11 +19,6 @@ CONTENT_EXPORT extern const char kMediaStreamSourceId[];
CONTENT_EXPORT extern const char kMediaStreamSourceTab[];
CONTENT_EXPORT extern const char kMediaStreamSourceScreen[];
-// Callback to deliver the result of a media request. |label| is the string
-// to identify the request,
-typedef base::Callback< void(const std::string&, const MediaStreamDevices&) >
- MediaRequestResponseCallback;
-
// StreamOptions is a Chromium representation of WebKit's
// WebUserMediaRequest Options. It describes the components
// in a request for a new media stream.

Powered by Google App Engine
This is Rietveld 408576698