| Index: third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp b/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
|
| index 7210346101444dc13b417f037415aa209cc9d000..7c4a713f03a227ef57bcd8e6ea3af959073778fc 100644
|
| --- a/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
|
| +++ b/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
|
| @@ -158,6 +158,10 @@ void WebRuntimeFeatures::enableNotificationConstructor(bool enable) {
|
| RuntimeEnabledFeatures::setNotificationConstructorEnabled(enable);
|
| }
|
|
|
| +void WebRuntimeFeatures::enableNotificationContentImage(bool enable) {
|
| + RuntimeEnabledFeatures::setNotificationContentImageEnabled(enable);
|
| +}
|
| +
|
| void WebRuntimeFeatures::enableNotifications(bool enable) {
|
| RuntimeEnabledFeatures::setNotificationsEnabled(enable);
|
| }
|
|
|