| Index: chrome/service/service_process.cc
|
| diff --git a/chrome/service/service_process.cc b/chrome/service/service_process.cc
|
| index 44f031802002404ea834c2267e498668a41a442e..fe4fe6d703a68dd77d05c8165b71ffeff52e87ef 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);
|
|
|
|
|