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

Unified Diff: components/leveldb/leveldb_app.h

Issue 1737933002: mojo leveldb: Get profile and leveldb connected to DOMStorageContext. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gyp-ify all the tracing stuff. Created 4 years, 10 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 d1cd6840ab8e12731039ea296b7b6fbc42e512bb..fae8adc77614cde688ab7bcc4da5deb3e17f2401 100644
--- a/components/leveldb/leveldb_app.h
+++ b/components/leveldb/leveldb_app.h
@@ -13,6 +13,8 @@
namespace leveldb {
+scoped_ptr<mojo::ShellClient> CreateLevelDBApp();
michaeln 2016/02/26 21:59:24 The terminology is going to take some getting used
+
class LevelDBApp : public mojo::ShellClient,
public mojo::InterfaceFactory<LevelDBService> {
public:

Powered by Google App Engine
This is Rietveld 408576698