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

Unified Diff: public/web/WebRuntimeFeatures.h

Issue 1255873002: MediaRecorder Blink part (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: esprehn@ comments Created 5 years, 4 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: public/web/WebRuntimeFeatures.h
diff --git a/public/web/WebRuntimeFeatures.h b/public/web/WebRuntimeFeatures.h
index a62a663d0ddc203a0f75e2b9e72e8d708d608a92..0b172aa6dbe03a225c98fded3980a7ae02ba5bee 100644
--- a/public/web/WebRuntimeFeatures.h
+++ b/public/web/WebRuntimeFeatures.h
@@ -88,6 +88,8 @@ public:
BLINK_EXPORT static void enableMediaCapture(bool);
+ BLINK_EXPORT static void enableMediaRecorder(bool);
mlamouri (slow - plz ping) 2015/08/13 13:31:48 Do you really need that?
mcasas 2015/08/13 18:42:17 I wouldn't know how to answer but seeing your surp
+
BLINK_EXPORT static void enableMediaSource(bool);
BLINK_EXPORT static void enableNotificationConstructor(bool);

Powered by Google App Engine
This is Rietveld 408576698