Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1326)

Unified Diff: components/leveldb/leveldb_service_impl.h

Issue 2822503002: leveldb::MojoEnv should not inherit from ChromiumEnv. (Closed)
Patch Set: don't have environment name Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/leveldb/leveldb_service_impl.h
diff --git a/components/leveldb/leveldb_service_impl.h b/components/leveldb/leveldb_service_impl.h
index aca402228a57c1f5a54f548f6b8011e49761d141..3cc1210d2c19250e7fec5766779d65412ed3eca8 100644
--- a/components/leveldb/leveldb_service_impl.h
+++ b/components/leveldb/leveldb_service_impl.h
@@ -23,7 +23,6 @@ class LevelDBServiceImpl : public mojom::LevelDBService {
~LevelDBServiceImpl() override;
// Overridden from LevelDBService:
- void SetEnvironmentName(const std::string& name) override;
void Open(filesystem::mojom::DirectoryPtr directory,
const std::string& dbname,
leveldb::mojom::LevelDBDatabaseAssociatedRequest database,
@@ -46,8 +45,6 @@ class LevelDBServiceImpl : public mojom::LevelDBService {
// and receive mojo message calls.
scoped_refptr<LevelDBMojoProxy> thread_;
- std::string environment_name_;
-
DISALLOW_COPY_AND_ASSIGN(LevelDBServiceImpl);
};

Powered by Google App Engine
This is Rietveld 408576698