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

Unified Diff: components/safe_json/utility/safe_json_parser_mojo_impl.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: components/safe_json/utility/safe_json_parser_mojo_impl.h
diff --git a/components/safe_json/utility/safe_json_parser_mojo_impl.h b/components/safe_json/utility/safe_json_parser_mojo_impl.h
index 0f3ed387161d0fd80d139016a9857621354469b7..c438b5b3daa053a0b7993bd770c43870ccb59f8b 100644
--- a/components/safe_json/utility/safe_json_parser_mojo_impl.h
+++ b/components/safe_json/utility/safe_json_parser_mojo_impl.h
@@ -10,6 +10,10 @@
#include "base/macros.h"
#include "components/safe_json/public/interfaces/safe_json.mojom.h"
+namespace service_manager {
+struct BindSourceInfo;
+}
+
namespace safe_json {
class SafeJsonParserMojoImpl : public mojom::SafeJsonParser {
@@ -17,7 +21,8 @@ class SafeJsonParserMojoImpl : public mojom::SafeJsonParser {
SafeJsonParserMojoImpl();
~SafeJsonParserMojoImpl() override;
- static void Create(mojo::InterfaceRequest<mojom::SafeJsonParser> request);
+ static void Create(const service_manager::BindSourceInfo& source_info,
+ mojom::SafeJsonParserRequest request);
private:
// mojom::SafeJsonParser implementation.
« no previous file with comments | « components/rappor/rappor_recorder_impl.cc ('k') | components/safe_json/utility/safe_json_parser_mojo_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698