| Index: content/child/runtime_features.cc
|
| diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
|
| index d8c840e29a8801482226fc08ac751317ddee32ca..dfc9cf9c48bcc2027b67c7e4722cd5bbd4340a61 100644
|
| --- a/content/child/runtime_features.cc
|
| +++ b/content/child/runtime_features.cc
|
| @@ -72,6 +72,11 @@ static void SetRuntimeFeatureDefaultsForPlatform() {
|
| #if defined(OS_CHROMEOS)
|
| WebRuntimeFeatures::EnableForceTallerSelectPopup(true);
|
| #endif
|
| +
|
| +// The Notification Center on Mac OS X does not support content images.
|
| +#if !defined(OS_MACOSX)
|
| + WebRuntimeFeatures::EnableNotificationContentImage(true);
|
| +#endif
|
| }
|
|
|
| void SetRuntimeFeaturesDefaultsAndUpdateFromArgs(
|
|
|