| Index: chrome/browser/chrome_browser_main.cc
|
| ===================================================================
|
| --- chrome/browser/chrome_browser_main.cc (revision 135347)
|
| +++ chrome/browser/chrome_browser_main.cc (working copy)
|
| @@ -1280,7 +1280,7 @@
|
| // On a POSIX OS other than ChromeOS, the parameter that is passed to the
|
| // method InitSharedInstance is ignored.
|
| const std::string loaded_locale =
|
| - ResourceBundle::InitSharedInstanceWithLocale(locale);
|
| + ResourceBundle::InitSharedInstanceWithLocale(locale, NULL);
|
| if (loaded_locale.empty() &&
|
| !parsed_command_line().HasSwitch(switches::kNoErrorDialogs)) {
|
| ShowMissingLocaleMessageBox();
|
|
|