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

Unified Diff: mojo/shell/tests/application_manager_apptest.cc

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 | « mojo/shell/standalone/context.cc ('k') | mojo/shell/tests/application_manager_apptest_driver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/tests/application_manager_apptest.cc
diff --git a/mojo/shell/tests/application_manager_apptest.cc b/mojo/shell/tests/application_manager_apptest.cc
index 9a6b16919335d8463390c1c28a306e44a97e3ba9..367b8fa93fea829fe26d3f2586301af8b6b35abe 100644
--- a/mojo/shell/tests/application_manager_apptest.cc
+++ b/mojo/shell/tests/application_manager_apptest.cc
@@ -38,7 +38,8 @@ class ApplicationManagerAppTestDelegate
private:
// mojo::ShellClient:
- void Initialize(Shell* shell, const std::string& url, uint32_t id) override {}
+ void Initialize(Shell* shell, const std::string& url, uint32_t id,
+ uint32_t user_id) override {}
bool AcceptConnection(Connection* connection) override {
connection->AddInterface<CreateInstanceForHandleTest>(this);
return true;
« no previous file with comments | « mojo/shell/standalone/context.cc ('k') | mojo/shell/tests/application_manager_apptest_driver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698