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

Unified Diff: components/leveldb/leveldb_app.h

Issue 1719193003: Add a user id parameter to connections (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . 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
« no previous file with comments | « components/font_service/font_service_app.cc ('k') | components/leveldb/leveldb_app.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/leveldb/leveldb_app.h
diff --git a/components/leveldb/leveldb_app.h b/components/leveldb/leveldb_app.h
index 7f5157a4f6bc36b6517a904d5d48bed5146685d5..4de6486becee4ab900d47f8dd4782b4cc2ca0c09 100644
--- a/components/leveldb/leveldb_app.h
+++ b/components/leveldb/leveldb_app.h
@@ -23,7 +23,8 @@ class LevelDBApp : public mojo::ShellClient,
// |ShellClient| override:
void Initialize(mojo::Shell* shell,
const std::string& url,
- uint32_t id) override;
+ uint32_t id,
+ uint32_t user_id) override;
bool AcceptConnection(mojo::Connection* connection) override;
// TODO(erg): What do we have to do on shell error?
« no previous file with comments | « components/font_service/font_service_app.cc ('k') | components/leveldb/leveldb_app.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698