Pass args through correctly

This commit is contained in:
Samuel Attard 2016-08-16 17:40:44 +10:00
parent 14154e374a
commit 88bf089504
No known key found for this signature in database
GPG key ID: 273DC1869D8F13EF

View file

@ -52,7 +52,7 @@ bool Browser::RemoveAsDefaultProtocolClient(const std::string& protocol,
if (!identifier)
return false;
if (!Browser::IsDefaultProtocolClient(protocol))
if (!Browser::IsDefaultProtocolClient(protocol, args))
return false;
NSString* protocol_ns = [NSString stringWithUTF8String:protocol.c_str()];