Chromium Code Reviews| 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{ |