| Index: content/browser/child_process_launcher.cc
|
| diff --git a/content/browser/child_process_launcher.cc b/content/browser/child_process_launcher.cc
|
| index 5d7a304e67e0edc18048df5a252ce10f7e033481..84b955937d18d3c130453946bc81e9bbd75ff8c0 100644
|
| --- a/content/browser/child_process_launcher.cc
|
| +++ b/content/browser/child_process_launcher.cc
|
| @@ -238,9 +238,11 @@ void LaunchOnLauncherThread(const NotifyCallback& callback,
|
| #endif // defined(OS_POSIX) && !defined(OS_MACOSX)
|
|
|
| #if defined(OS_ANDROID)
|
| +#if ICU_UTIL_DATA_IMPL == ICU_UTIL_DATA_FILE
|
| files_to_register->Share(
|
| kAndroidICUDataDescriptor,
|
| base::i18n::GetIcuDataFileHandle(®ions[kAndroidICUDataDescriptor]));
|
| +#endif // ICU_UTIL_DATA_IMPL == ICU_UTIL_DATA_FILE
|
|
|
| // Android WebView runs in single process, ensure that we never get here
|
| // when running in single process mode.
|
|
|