Remove NOTREACHED() in OutOfProcessInstance::SubmitForm().
It is reachable when form submission fails. Change-Id: If6e6e7358f945c290c84d96b4563ba3c76470fa8 Reviewed-on: https://chromium-review.googlesource.com/1121634 Commit-Queue: dsinclair <dsinclair@chromium.org> Reviewed-by: dsinclair <dsinclair@chromium.org> Cr-Commit-Position: refs/heads/master@{#572206}
This commit is contained in:
@ -1540,7 +1540,7 @@ void OutOfProcessInstance::SubmitForm(const std::string& url,
|
||||
void OutOfProcessInstance::FormDidOpen(int32_t result) {
|
||||
// TODO: inform the user of success/failure.
|
||||
if (result != PP_OK) {
|
||||
NOTREACHED();
|
||||
LOG(ERROR) << "FormDidOpen failed: " << result;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user