We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c45f686 commit 37561cbCopy full SHA for 37561cb
src/browser/app_controller_mac.mm
@@ -115,8 +115,8 @@ - (void)handleGetURLEvent:(NSAppleEventDescriptor *)event withReplyEvent:(NSAppl
115
// App is not ready yet, add the URL to the command line arguments.
116
// This happens when the app is started by opening a link with the registered URL.
117
if (content::Shell::windows().size() == 0) {
118
- CommandLine::ForCurrentProcess()->AppendArg([urlString UTF8String]);
119
- CommandLine::ForCurrentProcess()->FixOrigArgv4Finder([urlString UTF8String]);
+ base::CommandLine::ForCurrentProcess()->AppendArg([urlString UTF8String]);
+ base::CommandLine::ForCurrentProcess()->FixOrigArgv4Finder([urlString UTF8String]);
120
}
121
122
0 commit comments