| Index: public/web/WebRuntimeFeatures.h
|
| diff --git a/public/web/WebRuntimeFeatures.h b/public/web/WebRuntimeFeatures.h
|
| index 5f9546c779fd981b6673a4fb798c5e3e61456a79..91fd4d6934914c5f324ab7a92f0da2fd7c0a51ae 100644
|
| --- a/public/web/WebRuntimeFeatures.h
|
| +++ b/public/web/WebRuntimeFeatures.h
|
| @@ -87,6 +87,8 @@ public:
|
|
|
| BLINK_EXPORT static void enableMediaSource(bool);
|
|
|
| + BLINK_EXPORT static void enableNotificationConstructor(bool);
|
| +
|
| BLINK_EXPORT static void enableNotifications(bool);
|
|
|
| BLINK_EXPORT static void enableNavigatorContentUtils(bool);
|
|
|