LevelDB: Remove IsIOError(status) in favor of status.IsIOError
commit7d056649ce984160b7492e81794e99d007ee03e1
authordgrogan <dgrogan@chromium.org>
Thu, 8 Jan 2015 18:53:29 +0000 (8 10:53 -0800)
committerCommit bot <commit-bot@chromium.org>
Thu, 8 Jan 2015 18:55:09 +0000 (8 18:55 +0000)
treefd19451a2e58857ed70c1825d1094052d5a89542
parenta4b98fb5b518e886851131916816c0b607768392
LevelDB: Remove IsIOError(status) in favor of status.IsIOError

IsIOError evolved from a method that did nuanced checks before settling
on just checking if a status was an IOError or not. It was overlooked that
such a method already exists.

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

Cr-Commit-Position: refs/heads/master@{#310547}
chrome/browser/prefs/leveldb_pref_store.cc
content/browser/indexed_db/indexed_db_backing_store.cc
third_party/leveldatabase/env_chromium.cc
third_party/leveldatabase/env_chromium.h