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

Unified Diff: extensions/browser/api/mime_handler_private/mime_handler_private.cc

Issue 2851173004: Eliminate bind callback that doesn't take a BindSourceInfo parameter. (Closed)
Patch Set: . Created 3 years, 8 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: extensions/browser/api/mime_handler_private/mime_handler_private.cc
diff --git a/extensions/browser/api/mime_handler_private/mime_handler_private.cc b/extensions/browser/api/mime_handler_private/mime_handler_private.cc
index 76621401f51b21fd50b742094e592439c208ae40..dd5219f2c6d59cc53ced9fe6c71b03412d6ce8eb 100644
--- a/extensions/browser/api/mime_handler_private/mime_handler_private.cc
+++ b/extensions/browser/api/mime_handler_private/mime_handler_private.cc
@@ -58,6 +58,7 @@ MimeHandlerServiceImpl::~MimeHandlerServiceImpl() {}
// static
void MimeHandlerServiceImpl::Create(
base::WeakPtr<StreamContainer> stream_container,
+ const service_manager::BindSourceInfo& source_info,
mime_handler::MimeHandlerServiceRequest request) {
mojo::MakeStrongBinding(
base::MakeUnique<MimeHandlerServiceImpl>(stream_container),
« no previous file with comments | « extensions/browser/api/mime_handler_private/mime_handler_private.h ('k') | extensions/browser/mojo/keep_alive_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698