| 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 ee3184d0b4d6c32e6effa46594efcb2fe07005f9..6bcb164bc96a72ee427d051da0c8ab0f7be45928 100644
|
| --- a/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
|
| +++ b/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
|
| @@ -155,11 +155,6 @@ void WebRuntimeFeatures::enableMediaDocumentDownloadButton(bool enable)
|
| RuntimeEnabledFeatures::setMediaDocumentDownloadButtonEnabled(enable);
|
| }
|
|
|
| -void WebRuntimeFeatures::enableNotificationActionIcons(bool enable)
|
| -{
|
| - RuntimeEnabledFeatures::setNotificationActionIconsEnabled(enable);
|
| -}
|
| -
|
| void WebRuntimeFeatures::enableNotificationConstructor(bool enable)
|
| {
|
| RuntimeEnabledFeatures::setNotificationConstructorEnabled(enable);
|
|
|