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

Unified Diff: content/public/browser/provision_fetcher_impl.cc

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: content/public/browser/provision_fetcher_impl.cc
diff --git a/content/public/browser/provision_fetcher_impl.cc b/content/public/browser/provision_fetcher_impl.cc
index 98e06b1b6bc55d6a22d7c618facc31a02a7983f9..1663f3edcaef130b08710c316b918ced35667767 100644
--- a/content/public/browser/provision_fetcher_impl.cc
+++ b/content/public/browser/provision_fetcher_impl.cc
@@ -14,6 +14,7 @@ namespace content {
// static
void ProvisionFetcherImpl::Create(
net::URLRequestContextGetter* context_getter,
+ const service_manager::BindSourceInfo& source_info,
media::mojom::ProvisionFetcherRequest request) {
DCHECK(context_getter);
mojo::MakeStrongBinding(base::MakeUnique<ProvisionFetcherImpl>(
« no previous file with comments | « content/public/browser/provision_fetcher_impl.h ('k') | content/renderer/image_downloader/image_downloader_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698