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

Unified Diff: chrome/utility/profile_import_handler.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/utility/profile_import_handler.h
diff --git a/chrome/utility/profile_import_handler.h b/chrome/utility/profile_import_handler.h
index cdc85cbadaf970e9edc98ab39233daf49a79d3c5..257467a99132986f56d3ce098515afab24db7941 100644
--- a/chrome/utility/profile_import_handler.h
+++ b/chrome/utility/profile_import_handler.h
@@ -14,6 +14,7 @@
#include "chrome/common/importer/profile_import.mojom.h"
#include "chrome/utility/utility_message_handler.h"
#include "mojo/public/cpp/bindings/interface_request.h"
+#include "services/service_manager/public/cpp/bind_source_info.h"
class ExternalProcessImporterBridge;
class Importer;
@@ -33,8 +34,8 @@ class ProfileImportHandler : public chrome::mojom::ProfileImport {
ProfileImportHandler();
~ProfileImportHandler() override;
- static void Create(
- mojo::InterfaceRequest<chrome::mojom::ProfileImport> request);
+ static void Create(const service_manager::BindSourceInfo& source_info,
+ chrome::mojom::ProfileImportRequest request);
private:
// chrome::mojom::ProfileImport:
« no previous file with comments | « chrome/utility/media_router/dial_device_description_parser_impl.cc ('k') | chrome/utility/profile_import_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698