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

Unified Diff: chrome/browser/about_flags.cc

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: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index c38fad4656cda7ba43b59e397139cc62f59e2ee3..801d66030ba743a5f73a9882e853f9e8a0fb7b3b 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1191,12 +1191,6 @@ 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