Add API: IsDefaultProtocolClient

This commit is contained in:
Rita Zhang 2016-04-24 22:17:01 -07:00
parent 7b8a05f01f
commit df2141d9e6
6 changed files with 91 additions and 0 deletions

View file

@ -42,6 +42,10 @@ bool Browser::SetAsDefaultProtocolClient(const std::string& protocol) {
return false;
}
bool Browser::IsDefaultProtocolClient(const std::string& protocol) {
return false;
}
std::string Browser::GetExecutableFileVersion() const {
return brightray::GetApplicationVersion();
}