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

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

Issue 1693583002: Add browser test for notification action icons. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ActionIconToJava
Patch Set: Created 4 years, 10 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 bdf44f33b6e8e8eed9afb0478564627552172183..bf90b02d59ab95273204dbe5497296f7bd6d8749 100644
--- a/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
+++ b/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
@@ -170,6 +170,11 @@ void WebRuntimeFeatures::enableMediaSource(bool enable)
RuntimeEnabledFeatures::setMediaSourceEnabled(enable);
}
+void WebRuntimeFeatures::enableNotificationActionIcons(bool enable)
+{
+ RuntimeEnabledFeatures::setNotificationActionIconsEnabled(enable);
+}
+
void WebRuntimeFeatures::enableNotificationConstructor(bool enable)
{
RuntimeEnabledFeatures::setNotificationConstructorEnabled(enable);

Powered by Google App Engine
This is Rietveld 408576698