Fix a copy-paste error in the extension activity log code
I had a copy-paste error in some of the recently-implemented parts of the extension activity log. This fixes that. I believe the bug is harmless because update_statement isn't used again before it goes out of scope (so it's fine that it was clobbered) and SQLite defaults to a null value for unbound parameters (so it's fine that insert_statement wasn't initialized). Still, I should get the code right and this fixes it. Review URL: https://chromiumcodereview.appspot.com/22901002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217123 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment