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

Unified Diff: media/mojo/services/mojo_media_application.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 | « media/mojo/services/mojo_media_application.h ('k') | mojo/services/network/network_service_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/services/mojo_media_application.cc
diff --git a/media/mojo/services/mojo_media_application.cc b/media/mojo/services/mojo_media_application.cc
index e343efdb7d03930f4d5ec53e7e1ab252a044d9e6..d954bdd3c9ba9f77cae3e80399f7872b5ebd1716 100644
--- a/media/mojo/services/mojo_media_application.cc
+++ b/media/mojo/services/mojo_media_application.cc
@@ -27,7 +27,8 @@ MojoMediaApplication::~MojoMediaApplication() {}
void MojoMediaApplication::Initialize(mojo::Shell* shell,
const std::string& /* url */,
- uint32_t /* id */) {
+ uint32_t /* id */,
+ uint32_t user_id) {
shell_ = shell;
mojo_media_client_->Initialize();
}
« no previous file with comments | « media/mojo/services/mojo_media_application.h ('k') | mojo/services/network/network_service_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698