| Index: content/child/runtime_features.cc
|
| diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
|
| index d77679acf6fcfad94435492e46fd9f503946e104..5352e56163c6e25bf3ea655e7b4012d3988d348b 100644
|
| --- a/content/child/runtime_features.cc
|
| +++ b/content/child/runtime_features.cc
|
| @@ -42,6 +42,7 @@ static void SetRuntimeFeatureDefaultsForPlatform() {
|
| WebRuntimeFeatures::enableSharedWorker(false);
|
| // Android does not yet support NavigatorContentUtils.
|
| WebRuntimeFeatures::enableNavigatorContentUtils(false);
|
| + WebRuntimeFeatures::enableTouchIconLoading(true);
|
| #else
|
| WebRuntimeFeatures::enableNavigatorContentUtils(true);
|
| #endif // defined(OS_ANDROID)
|
|
|