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

Unified Diff: chrome/utility/shell_handler_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
« no previous file with comments | « chrome/utility/profile_import_handler.cc ('k') | chrome/utility/shell_handler_impl_win.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.h
diff --git a/chrome/utility/shell_handler_impl_win.h b/chrome/utility/shell_handler_impl_win.h
index b96a5fa3ccdb5527be9a8173f0a56ddcdc0198c7..1badd896bc394b6c542a34e99d5e7ab44af51a42 100644
--- a/chrome/utility/shell_handler_impl_win.h
+++ b/chrome/utility/shell_handler_impl_win.h
@@ -7,6 +7,7 @@
#include "base/macros.h"
#include "chrome/common/shell_handler_win.mojom.h"
+#include "services/service_manager/public/cpp/bind_source_info.h"
// Implements the ShellHandler mojo interface.
class ShellHandlerImpl : public chrome::mojom::ShellHandler {
@@ -14,7 +15,8 @@ class ShellHandlerImpl : public chrome::mojom::ShellHandler {
ShellHandlerImpl();
~ShellHandlerImpl() override;
- static void Create(chrome::mojom::ShellHandlerRequest request);
+ static void Create(const service_manager::BindSourceInfo& source_info,
+ chrome::mojom::ShellHandlerRequest request);
private:
// chrome::mojom::ShellHandler:
« no previous file with comments | « chrome/utility/profile_import_handler.cc ('k') | chrome/utility/shell_handler_impl_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698