remove dummy check
This commit is contained in:
parent
35eea8bea5
commit
443c30890b
1 changed files with 0 additions and 1 deletions
|
@ -86,7 +86,6 @@ bool Browser::SetAsDefaultProtocolClient(const std::string& protocol,
|
||||||
|
|
||||||
bool Browser::IsDefaultProtocolClient(const std::string& protocol,
|
bool Browser::IsDefaultProtocolClient(const std::string& protocol,
|
||||||
mate::Arguments* args) {
|
mate::Arguments* args) {
|
||||||
base::ThreadRestrictions::AssertIOAllowed();
|
|
||||||
std::unique_ptr<base::Environment> env(base::Environment::Create());
|
std::unique_ptr<base::Environment> env(base::Environment::Create());
|
||||||
|
|
||||||
if (protocol.empty()) return false;
|
if (protocol.empty()) return false;
|
||||||
|
|
Loading…
Add table
Reference in a new issue