Fix crash when openerAppId is null in CriticalPersistedTabData
Protocol buffers do not allow fields to be null so openerAppId is converted to an empty string if it is null on serialize() and then converted back again on deserialize(). Bug: 1161980 Change-Id: Id0cedad8b47b1f40938c934536c18769d874ca71 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2611899Reviewed-by:Yusuf Ozuysal <yusufo@chromium.org> Commit-Queue: David Maunder <davidjm@chromium.org> Cr-Commit-Position: refs/heads/master@{#840448}
Showing
Please register or sign in to comment