Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(261)

Issue 426063008: [SyncFS] Fix a bug in LevelDBWrapper::Iterator::Next (Closed)

Created:
6 years, 4 months ago by peria
Modified:
6 years, 4 months ago
Reviewers:
tzik
CC:
chromium-reviews, kinuko+fileapi, nhiroki, tzik
Project:
chromium
Visibility:
Public.

Description

[SyncFS] Fix a bug in LevelDBWrapper::Iterator::Next If |db_iterator_->Valid()| was false AND |map_iterator_ != db_->pending_.end()|, |Iterator->Next()| did nothing. BUG=None TEST=./unit_tests --gtest_filter="LevelDBWrapperTest.*" Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=287265

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -0 lines) Patch
M chrome/browser/sync_file_system/drive_backend/leveldb_wrapper.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend/leveldb_wrapper_unittest.cc View 1 chunk +23 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
peria
PTL.
6 years, 4 months ago (2014-07-30 07:26:53 UTC) #1
tzik
lgtm
6 years, 4 months ago (2014-07-30 07:31:15 UTC) #2
peria
The CQ bit was checked by peria@chromium.org
6 years, 4 months ago (2014-08-03 12:28:09 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/peria@chromium.org/426063008/1
6 years, 4 months ago (2014-08-03 12:28:19 UTC) #4
commit-bot: I haz the power
6 years, 4 months ago (2014-08-03 20:55:17 UTC) #5
Message was sent while issue was closed.
Change committed as 287265

Powered by Google App Engine
This is Rietveld 408576698