Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(494)

Unified Diff: third_party/WebKit/Source/web/WebRuntimeFeatures.cpp

Issue 1894143002: Delete the NotificationActionIcons flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address johnme's comments. Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
« no previous file with comments | « third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in ('k') | third_party/WebKit/public/web/WebRuntimeFeatures.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698