| Index: components/leveldb/public/interfaces/leveldb.mojom
|
| diff --git a/components/leveldb/public/interfaces/leveldb.mojom b/components/leveldb/public/interfaces/leveldb.mojom
|
| index 68062c0c322592e7b5fe1a9b2bb570a158493ba8..11e567095539380e24698d9627911316ebeaddd2 100644
|
| --- a/components/leveldb/public/interfaces/leveldb.mojom
|
| +++ b/components/leveldb/public/interfaces/leveldb.mojom
|
| @@ -62,11 +62,6 @@ struct OpenOptions {
|
|
|
| // Service which hands out databases.
|
| interface LevelDBService {
|
| - // Sets the name of the environment to a custom value. This is used for any
|
| - // databases opened after calling this method to name UMA histograms and to
|
| - // name the background thread that might get started.
|
| - SetEnvironmentName(string name);
|
| -
|
| // Open the database with the specified "name" in the specified "directory".
|
| // Fails if the database doesn't already exist.
|
| Open(filesystem.mojom.Directory directory,
|
|
|