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

Unified Diff: mojo/services/test_service/test_request_tracker_application.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
Index: mojo/services/test_service/test_request_tracker_application.h
diff --git a/mojo/services/test_service/test_request_tracker_application.h b/mojo/services/test_service/test_request_tracker_application.h
index 8ace9ec16858d102ff8026ea5b373184a1766e55..22206f9e656bf137bd0fc82c3876b1e27e372678 100644
--- a/mojo/services/test_service/test_request_tracker_application.h
+++ b/mojo/services/test_service/test_request_tracker_application.h
@@ -26,7 +26,8 @@ class TestRequestTrackerApplication
~TestRequestTrackerApplication() override;
// mojo::ShellClient methods:
- 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;
// InterfaceFactory<TestTimeService> methods:
« no previous file with comments | « mojo/services/package_manager/package_manager.cc ('k') | mojo/services/test_service/test_request_tracker_application.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698