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

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: Address johnme's comments. 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 1aa583e7e656188ab98f6bbc88a0b5a47963b53b..7697680c63b1aa33d1bf460e6d9a4a626928c416 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,

Powered by Google App Engine
This is Rietveld 408576698