| Index: third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| diff --git a/third_party/WebKit/public/web/WebRuntimeFeatures.h b/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| index 39009abf0de19095f95eaacf16f924ada394d9fa..ae0ffbb44e1d57d75a633ddb2edae0bab27f188c 100644
|
| --- a/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| +++ b/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| @@ -167,6 +167,8 @@ public:
|
| // (crbug.com/543198).
|
| BLINK_EXPORT static bool isServiceWorkerExtendableMessageEventEnabled();
|
|
|
| + BLINK_EXPORT static bool audioVideoTracksEnabled();
|
| +
|
| private:
|
| WebRuntimeFeatures();
|
| };
|
|
|