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