| Index: content/browser/indexed_db/indexed_db_cursor.cc
|
| diff --git a/content/browser/indexed_db/indexed_db_cursor.cc b/content/browser/indexed_db/indexed_db_cursor.cc
|
| index 63ef9496049692ba94de82e6482a977d1d01cd2a..7172dab8f93a0d39aa4650c60e4e7297dbe2910d 100644
|
| --- a/content/browser/indexed_db/indexed_db_cursor.cc
|
| +++ b/content/browser/indexed_db/indexed_db_cursor.cc
|
| @@ -121,6 +121,7 @@ void IndexedDBCursor::CursorPrefetchIterationOperation(
|
| std::vector<IndexedDBValue> found_values;
|
|
|
| saved_cursor_.reset();
|
| + // TODO(cmumford): Use IPC::Channel::kMaximumMessageSize
|
| const size_t max_size_estimate = 10 * 1024 * 1024;
|
| size_t size_estimate = 0;
|
| leveldb::Status s;
|
|
|