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

Unified Diff: chrome/utility/shell_handler_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
« no previous file with comments | « chrome/utility/shell_handler_impl_win.h ('k') | chromecast/browser/cast_content_browser_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/utility/shell_handler_impl_win.cc
diff --git a/chrome/utility/shell_handler_impl_win.cc b/chrome/utility/shell_handler_impl_win.cc
index 12c71b22fe59294ea6b1e37f787a1c1d1a145f6e..bd88cb89a99a414114f9893281e9ec205e03f388 100644
--- a/chrome/utility/shell_handler_impl_win.cc
+++ b/chrome/utility/shell_handler_impl_win.cc
@@ -214,7 +214,9 @@ ShellHandlerImpl::ShellHandlerImpl() = default;
ShellHandlerImpl::~ShellHandlerImpl() = default;
// static
-void ShellHandlerImpl::Create(chrome::mojom::ShellHandlerRequest request) {
+void ShellHandlerImpl::Create(
+ const service_manager::BindSourceInfo& source_info,
+ chrome::mojom::ShellHandlerRequest request) {
mojo::MakeStrongBinding(base::MakeUnique<ShellHandlerImpl>(),
std::move(request));
}
« no previous file with comments | « chrome/utility/shell_handler_impl_win.h ('k') | chromecast/browser/cast_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698