| Index: chrome/service/service_process.cc
|
| diff --git a/chrome/service/service_process.cc b/chrome/service/service_process.cc
|
| index d6cb9d418ccc305206e66b857c4f0b46fb07d1f4..9aaf15591c3947da3d448c320d5056efa2de07dd 100644
|
| --- a/chrome/service/service_process.cc
|
| +++ b/chrome/service/service_process.cc
|
| @@ -177,7 +177,7 @@ bool ServiceProcess::Initialize(base::MessageLoopForUI* message_loop,
|
| if (locale.empty())
|
| locale = kDefaultServiceProcessLocale;
|
| }
|
| - ResourceBundle::InitSharedInstanceWithLocale(locale, NULL);
|
| + ResourceBundle::InitSharedInstanceWithLocale(locale, NULL, true);
|
|
|
| PrepareRestartOnCrashEnviroment(command_line);
|
|
|
|
|