| Index: components/leveldb_proto/leveldb_database.h
|
| diff --git a/components/leveldb_proto/leveldb_database.h b/components/leveldb_proto/leveldb_database.h
|
| index 064c3eb1ce983e8e7d047f3a673872f2963fcd60..a3caf2f932ae6ee16217bbca2bc016858c08d82d 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 Get(const std::string& key, bool* found, std::string* entry);
|
|
|
| static bool Destroy(const base::FilePath& database_dir);
|
|
|
|
|