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

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

Issue 2507463003: Add kill switch for Notification images (Closed)
Patch Set: Rename test subclass 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..b217d9f87396b11a38ba3a0f6755c43c2de0039d 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 kNotificationContentImage{"NotificationContentImage",
+ base::FEATURE_ENABLED_BY_DEFAULT};
+
// An experiment to optimize resource loading IPC for small resources.
// http://crbug.com/580928
const base::Feature kOptimizeLoadingIPCForSmallResources{
« no previous file with comments | « content/public/common/content_features.h ('k') | third_party/WebKit/Source/modules/notifications/Notification.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698