| 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);
|
| +
|
| BLINK_EXPORT static void enableMediaSource(bool);
|
|
|
| BLINK_EXPORT static void enableNotificationConstructor(bool);
|
|
|