gdata: Remove a DCHECK that does not make sense.
This was introduced in crrev.com/134770 - DCHECK(entry || error != base::PLATFORM_FILE_OK); + DCHECK(error != base::PLATFORM_FILE_OK); The latter does not make sense, as we are mostly expecting error to be base::PLATFORM_FILE_OK. Besides, the read directory operation can fail for various reasons. BUG=chromium-os:30251 TEST=the DCHECK failure is gone with --enable-dcheck Review URL: https://chromiumcodereview.appspot.com/10279002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134784 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment