| 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);
|
|
|