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

Unified Diff: public/web/WebRuntimeFeatures.h

Issue 1255873002: MediaRecorder Blink part (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 4 spaces indentation and rebased. 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 fd4e1e24a42d2a97781af397e93103eabee3065b..63977d2da51d316dc8948690710094fbb0fb0ec6 100644
--- a/public/web/WebRuntimeFeatures.h
+++ b/public/web/WebRuntimeFeatures.h
@@ -93,6 +93,8 @@ public:
BLINK_EXPORT static void enableMediaCapture(bool);
+ BLINK_EXPORT static void enableMediaRecorder(bool);
+
BLINK_EXPORT static void enableMediaSource(bool);
BLINK_EXPORT static void enableNotificationConstructor(bool);
« public/platform/WebMediaRecorderHandler.h ('K') | « public/platform/WebMediaRecorderHandlerClient.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698