| Index: chrome/app/chrome_main_delegate.cc
|
| ===================================================================
|
| --- chrome/app/chrome_main_delegate.cc (revision 135347)
|
| +++ chrome/app/chrome_main_delegate.cc (working copy)
|
| @@ -614,7 +614,7 @@
|
| const std::string locale =
|
| command_line.GetSwitchValueASCII(switches::kLang);
|
| const std::string loaded_locale =
|
| - ResourceBundle::InitSharedInstanceWithLocale(locale);
|
| + ResourceBundle::InitSharedInstanceWithLocale(locale, NULL);
|
| CHECK(!loaded_locale.empty()) << "Locale could not be found for " <<
|
| locale;
|
|
|
|
|