Do not CHECK on the result of Sql::Statement::Run.
It may fail on database errors. We should not crash Chrome for such errors. The CHECK is replaced by a log message. We already handles database error in general in OnDatabaseError, so no additional error handling is needed. BUG=376884 Review URL: https://codereview.chromium.org/289343005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273135 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment