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

Unified Diff: content/public/common/content_switches.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: content/public/common/content_switches.cc
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index 8c441d808316a6d7a9473ce86800b627235a50a0..6fffc3d392d81f0b344dd37fbd2a664566058be0 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -390,10 +390,6 @@ const char kEnableMemoryBenchmarking[] = "enable-memory-benchmarking";
// Enables the network information API.
const char kEnableNetworkInformation[] = "enable-network-information";
-// Enables action button icons for the Web Notification API.
-const char kEnableNotificationActionIcons[] =
- "enable-notification-action-icons";
-
// Enables compositor-accelerated touch-screen pinch gestures.
const char kEnablePinch[] = "enable-pinch";
« no previous file with comments | « content/public/common/content_switches.h ('k') | third_party/WebKit/Source/modules/notifications/NotificationAction.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698