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

Unified Diff: content/public/common/content_features.cc

Issue 2507463003: Add kill switch for Notification images (Closed)
Patch Set: Created 4 years, 1 month 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_features.cc
diff --git a/content/public/common/content_features.cc b/content/public/common/content_features.cc
index ca9cac8b9bcc5afe2c8808cd87bd5279f7613b45..c56e7d29fd938c25e016f903e0c6ea72f5a08f35 100644
--- a/content/public/common/content_features.cc
+++ b/content/public/common/content_features.cc
@@ -111,6 +111,10 @@ const base::Feature kMemoryCoordinator {
const base::Feature kNonValidatingReloadOnNormalReload{
"NonValidatingReloadOnNormalReload", base::FEATURE_ENABLED_BY_DEFAULT};
+// Kill switch for Web Notification content images.
+const base::Feature kNotificationImage{"NotificationImage",
Peter Beverloo 2016/11/15 19:39:20 Again: "Image" will be very ambiguous for readers
johnme 2016/11/16 00:33:11 Done (ContentImage).
+ base::FEATURE_ENABLED_BY_DEFAULT};
+
// An experiment to optimize resource loading IPC for small resources.
// http://crbug.com/580928
const base::Feature kOptimizeLoadingIPCForSmallResources{

Powered by Google App Engine
This is Rietveld 408576698