| Index: content/child/runtime_features.cc
|
| diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
|
| index 15426d87239ae5f397283714ec87cfec65a89e4a..668dc0fe0a993324877c18a1b55f017067151ea9 100644
|
| --- a/content/child/runtime_features.cc
|
| +++ b/content/child/runtime_features.cc
|
| @@ -73,6 +73,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(
|
|
|