Chromium Code Reviews| Index: content/common/indexed_db/indexed_db_key_range.h |
| diff --git a/content/common/indexed_db/indexed_db_key_range.h b/content/common/indexed_db/indexed_db_key_range.h |
| index 19a440b6c6fae4adff60d0d94bd0f2f810620157..8bf6fb33d9bc63c476e1f21dde87db9546749034 100644 |
| --- a/content/common/indexed_db/indexed_db_key_range.h |
| +++ b/content/common/indexed_db/indexed_db_key_range.h |
| @@ -29,6 +29,7 @@ class CONTENT_EXPORT IndexedDBKeyRange { |
| bool upper_open() const { return upper_open_; } |
| bool IsOnlyKey() const; |
| + bool IsEmpty() const; |
| private: |
| IndexedDBKey lower_ = IndexedDBKey(blink::WebIDBKeyTypeNull); |