| Index: components/leveldb_proto/leveldb_database.h
|
| diff --git a/components/leveldb_proto/leveldb_database.h b/components/leveldb_proto/leveldb_database.h
|
| index a3caf2f932ae6ee16217bbca2bc016858c08d82d..75bcb9d206b28b084d8491911d62c994c36aaaa4 100644
|
| --- a/components/leveldb_proto/leveldb_database.h
|
| +++ b/components/leveldb_proto/leveldb_database.h
|
| @@ -44,6 +44,7 @@ class LevelDB {
|
| virtual bool Save(const base::StringPairs& pairs_to_save,
|
| const std::vector<std::string>& keys_to_remove);
|
| virtual bool Load(std::vector<std::string>* entries);
|
| + virtual bool LoadKeys(std::vector<std::string>* keys);
|
| virtual bool Get(const std::string& key, bool* found, std::string* entry);
|
|
|
| static bool Destroy(const base::FilePath& database_dir);
|
|
|