Fix more review

This commit is contained in:
Yury Solovyov 2016-11-10 21:34:30 +03:00 committed by Kevin Sawicki
parent 2b60df3d8b
commit bcf0964c61
3 changed files with 12 additions and 6 deletions

View file

@ -886,7 +886,7 @@ void App::GetFileIcon(const base::FilePath& path,
}
if (!args->GetNext(&callback)) {
args->ThrowError();
args->ThrowError("Missing required callback function");
return;
}