mirror of
https://github.com/morgan9e/helium
synced 2026-04-14 00:14:20 +09:00
patches/l10n: fix building on windows
This commit is contained in:
@@ -110,7 +110,7 @@
|
||||
+ for (const auto& fallback_locale : all_fallback_locales) {
|
||||
+ base::FilePath this_locale_path =
|
||||
+ locale_path.AppendASCII(fallback_locale)
|
||||
+ .AppendASCII(extensions::kMessagesFilename);
|
||||
+ .Append(extensions::kMessagesFilename);
|
||||
+ int resource_id = 0;
|
||||
+
|
||||
+ if (!manager->IsComponentExtensionResource(
|
||||
|
||||
Reference in New Issue
Block a user