mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
chore: bump chromium to f755b70e34659441e72c1a928a406 (master) (#21000)
This commit is contained in:
committed by
Jeremy Apthorp
parent
a5c9bd53e0
commit
49b47ee4ed
@@ -227,7 +227,7 @@ void AtomMainDelegate::PostEarlyInitialization(bool is_running_tests) {
|
||||
if (cmd_line->HasSwitch(::switches::kLang)) {
|
||||
const std::string locale = cmd_line->GetSwitchValueASCII(::switches::kLang);
|
||||
const base::FilePath locale_file_path =
|
||||
ui::ResourceBundle::GetSharedInstance().GetLocaleFilePath(locale, true);
|
||||
ui::ResourceBundle::GetSharedInstance().GetLocaleFilePath(locale);
|
||||
if (!locale_file_path.empty()) {
|
||||
custom_locale = locale;
|
||||
#if defined(OS_LINUX)
|
||||
|
||||
Reference in New Issue
Block a user