Chromium Code Reviews| 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); |