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

Unified Diff: components/leveldb/leveldb_app.h

Issue 1801963002: Change primordial pipes to ShellClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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_app.h
diff --git a/components/leveldb/leveldb_app.h b/components/leveldb/leveldb_app.h
index 4b87fc897df145ba74ce60ee5433909d0823f10b..a2e806fdd1e0f628f0a74e81632557ec423bcf4f 100644
--- a/components/leveldb/leveldb_app.h
+++ b/components/leveldb/leveldb_app.h
@@ -25,9 +25,7 @@ class LevelDBApp : public mojo::ShellClient,
const mojo::Identity& identity,
uint32_t id) override;
bool AcceptConnection(mojo::Connection* connection) override;
-
- // TODO(erg): What do we have to do on shell error?
- // bool OnShellConnectionError() override;
+ void ShellConnectionLost() override;
// |InterfaceFactory<LevelDBService>| implementation:
void Create(mojo::Connection* connection,

Powered by Google App Engine
This is Rietveld 408576698