Allow null jstring to C++ string conversions in release.

WebView has too many cases where apps can pass in a null java string and
have it reach native causing a crash. For now, put back the code that
returned empty string, but keep the DCHECK so that we still hit it on
bots that run with DCHECKs enabled. We'll fix WebView and have another
go at this in a later release.

This is a partial revert of https://codereview.chromium.org/1828193002

BUG=597564

Review URL: https://codereview.chromium.org/1913183002

Cr-Commit-Position: refs/heads/master@{#389166}
1 file changed