| Index: content/common/indexed_db/indexed_db_key.h
|
| diff --git a/content/common/indexed_db/indexed_db_key.h b/content/common/indexed_db/indexed_db_key.h
|
| index 12b6a533258aa1f03e4811a717e841ecf79eed3c..35c65e05e284796f041ec518e559597e6d2a0fc7 100644
|
| --- a/content/common/indexed_db/indexed_db_key.h
|
| +++ b/content/common/indexed_db/indexed_db_key.h
|
| @@ -19,6 +19,7 @@ class CONTENT_EXPORT IndexedDBKey {
|
| explicit IndexedDBKey(const WebKit::WebIDBKey& key);
|
| ~IndexedDBKey();
|
|
|
| + void SetNull();
|
| void SetInvalid();
|
| void SetArray(const std::vector<IndexedDBKey>& array);
|
| void SetString(const string16& string);
|
|
|