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

Unified Diff: components/rappor/rappor_recorder_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/rappor/rappor_recorder_impl.h
diff --git a/components/rappor/rappor_recorder_impl.h b/components/rappor/rappor_recorder_impl.h
index 103b4cd03586a08e47011f1be46a61f55b6d24fa..c6da8a9d25d4e9f4cacc2fe21661103754c361e1 100644
--- a/components/rappor/rappor_recorder_impl.h
+++ b/components/rappor/rappor_recorder_impl.h
@@ -10,6 +10,10 @@
class GURL;
+namespace service_manager {
+struct BindSourceInfo;
+}
+
namespace rappor {
class RapporServiceImpl;
@@ -22,6 +26,7 @@ class RapporRecorderImpl : public mojom::RapporRecorder {
~RapporRecorderImpl() override;
static void Create(RapporServiceImpl* rappor_service,
+ const service_manager::BindSourceInfo& source_info,
mojom::RapporRecorderRequest request);
private:
« no previous file with comments | « components/payments/content/utility/payment_manifest_parser.cc ('k') | components/rappor/rappor_recorder_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698