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

Unified Diff: chrome/browser/about_flags.cc

Issue 1693583002: Add browser test for notification action icons. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ActionIconToJava
Patch Set: Rebase. 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: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index d3f594a59641061a6cd62c721afe00a9e83c1f5b..b06ac05aed1284ae1ed5d9fbe099dea53700fb76 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1230,6 +1230,12 @@ const FeatureEntry kFeatureEntries[] = {
IDS_NOTIFICATIONS_NATIVE_FLAG_DESCRIPTION, kOsMac,
SINGLE_VALUE_TYPE(switches::kEnableNativeNotifications)},
#endif
+#if defined(ENABLE_NOTIFICATIONS)
+ {"enable-notification-action-icons",
+ IDS_FLAGS_ENABLE_NOTIFICATION_ACTION_ICONS_NAME,
+ IDS_FLAGS_ENABLE_NOTIFICATION_ACTION_ICONS_DESCRIPTION, kOsAll,
+ SINGLE_VALUE_TYPE(switches::kEnableNotificationActionIcons)},
+#endif
#if defined(TOOLKIT_VIEWS)
{"disable-views-rect-based-targeting", // FLAGS:RECORD_UMA
IDS_FLAGS_VIEWS_RECT_BASED_TARGETING_NAME,
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/notifications/platform_notification_service_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698