| Index: content/child/runtime_features.cc
|
| diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
|
| index 74507588912746525d7a73bddff856f907d17af7..d8c840e29a8801482226fc08ac751317ddee32ca 100644
|
| --- a/content/child/runtime_features.cc
|
| +++ b/content/child/runtime_features.cc
|
| @@ -72,11 +72,6 @@ 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(false);
|
| -#endif
|
| }
|
|
|
| void SetRuntimeFeaturesDefaultsAndUpdateFromArgs(
|
|
|