File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ - (instancetype)initWithAdditionalSwitches:
216
216
#endif // PA_BUILDFLAG(USE_PARTITION_ALLOC) && !BUILDFLAG(USE_BLINK)
217
217
218
218
NSBundle * baseBundle = base::apple::OuterBundle ();
219
- base::apple::SetBaseBundleID (
219
+ base::apple::SetBaseBundleIDOverride (
220
220
base::SysNSStringToUTF8 ([baseBundle bundleIdentifier ]).c_str ());
221
221
222
222
// Register all providers before calling any Chromium code.
@@ -612,7 +612,7 @@ + (void)initializeResourceBundleForTesting {
612
612
[BraveCoreMain initializeICUForTesting ];
613
613
614
614
NSBundle * baseBundle = base::apple::OuterBundle ();
615
- base::apple::SetBaseBundleID (
615
+ base::apple::SetBaseBundleIDOverride (
616
616
base::SysNSStringToUTF8 ([baseBundle bundleIdentifier ]).c_str ());
617
617
618
618
// Register all providers before calling any Chromium code.
You can’t perform that action at this time.
0 commit comments