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

Unified Diff: chrome/browser/budget_service/budget_service_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: chrome/browser/budget_service/budget_service_impl.h
diff --git a/chrome/browser/budget_service/budget_service_impl.h b/chrome/browser/budget_service/budget_service_impl.h
index 9fe3d15cf6906a35c838985d88621b1b5e5618b8..33ec1598e7aaae6f53cd7202074575d583a14009 100644
--- a/chrome/browser/budget_service/budget_service_impl.h
+++ b/chrome/browser/budget_service/budget_service_impl.h
@@ -6,6 +6,7 @@
#define CHROME_BROWSER_BUDGET_SERVICE_BUDGET_SERVICE_IMPL_H_
#include "base/macros.h"
+#include "services/service_manager/public/cpp/bind_source_info.h"
#include "third_party/WebKit/public/platform/modules/budget_service/budget_service.mojom.h"
// Implementation of the BudgetService Mojo service provided by the browser
@@ -17,6 +18,7 @@ class BudgetServiceImpl : public blink::mojom::BudgetService {
~BudgetServiceImpl() override;
static void Create(int render_process_id,
+ const service_manager::BindSourceInfo& source_info,
blink::mojom::BudgetServiceRequest request);
// blink::mojom::BudgetService implementation.

Powered by Google App Engine
This is Rietveld 408576698