remove dummy check

This commit is contained in:
Shelley Vohr 2017-10-07 10:38:08 -04:00
parent 35eea8bea5
commit 443c30890b
No known key found for this signature in database
GPG key ID: F13993A75599653C

View file

@ -86,7 +86,6 @@ bool Browser::SetAsDefaultProtocolClient(const std::string& protocol,
bool Browser::IsDefaultProtocolClient(const std::string& protocol,
mate::Arguments* args) {
base::ThreadRestrictions::AssertIOAllowed();
std::unique_ptr<base::Environment> env(base::Environment::Create());
if (protocol.empty()) return false;