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

Unified Diff: chrome/browser/conflicts/module_event_sink_impl_win.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: chrome/browser/conflicts/module_event_sink_impl_win.cc
diff --git a/chrome/browser/conflicts/module_event_sink_impl_win.cc b/chrome/browser/conflicts/module_event_sink_impl_win.cc
index e7918b8e7ca0bf1e98b1eb08d4b7fb48e17a4533..057fd3cbc625edfc47afd82d2d7fdc1423a14f96 100644
--- a/chrome/browser/conflicts/module_event_sink_impl_win.cc
+++ b/chrome/browser/conflicts/module_event_sink_impl_win.cc
@@ -116,10 +116,12 @@ ModuleEventSinkImpl::ModuleEventSinkImpl(base::ProcessHandle process,
ModuleEventSinkImpl::~ModuleEventSinkImpl() = default;
// static
-void ModuleEventSinkImpl::Create(GetProcessHandleCallback get_process_handle,
- content::ProcessType process_type,
- ModuleDatabase* module_database,
- mojom::ModuleEventSinkRequest request) {
+void ModuleEventSinkImpl::Create(
+ GetProcessHandleCallback get_process_handle,
+ content::ProcessType process_type,
+ ModuleDatabase* module_database,
+ const service_manager::BindSourceInfo& source_info,
+ mojom::ModuleEventSinkRequest request) {
DCHECK_CURRENTLY_ON(content::BrowserThread::UI);
base::ProcessHandle process = get_process_handle.Run();
auto module_event_sink_impl = base::MakeUnique<ModuleEventSinkImpl>(
« no previous file with comments | « chrome/browser/conflicts/module_event_sink_impl_win.h ('k') | chrome/browser/media/android/cdm/media_drm_storage_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698