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

Unified Diff: chrome/browser/conflicts/module_event_sink_impl_win.h

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.h
diff --git a/chrome/browser/conflicts/module_event_sink_impl_win.h b/chrome/browser/conflicts/module_event_sink_impl_win.h
index 7abe5124903d7f3331600a3d8201b5c42e1cdde7..6f5ec20e8d3f5b12845849947fabb3df84e3fa22 100644
--- a/chrome/browser/conflicts/module_event_sink_impl_win.h
+++ b/chrome/browser/conflicts/module_event_sink_impl_win.h
@@ -11,6 +11,7 @@
#include "base/process/process_handle.h"
#include "chrome/common/conflicts/module_event_sink_win.mojom.h"
#include "content/public/common/process_type.h"
+#include "services/service_manager/public/cpp/bind_source_info.h"
class ModuleDatabase;
@@ -38,6 +39,7 @@ class ModuleEventSinkImpl : public mojom::ModuleEventSink {
static void Create(GetProcessHandleCallback get_process_handle,
content::ProcessType process_type,
ModuleDatabase* module_database,
+ const service_manager::BindSourceInfo& source_info,
mojom::ModuleEventSinkRequest request);
// mojom::ModuleEventSink implementation:

Powered by Google App Engine
This is Rietveld 408576698