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

Unified Diff: content/public/browser/provision_fetcher_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
« no previous file with comments | « content/gpu/gpu_child_thread.cc ('k') | content/public/browser/provision_fetcher_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/provision_fetcher_impl.h
diff --git a/content/public/browser/provision_fetcher_impl.h b/content/public/browser/provision_fetcher_impl.h
index 5151b397f503b4613f8e08c877142682076bb3f7..b3d630235b6f4f93da7cf8a108d920bf6bda5782 100644
--- a/content/public/browser/provision_fetcher_impl.h
+++ b/content/public/browser/provision_fetcher_impl.h
@@ -18,6 +18,10 @@ namespace net {
class URLRequestContextGetter;
}
+namespace service_manager {
+struct BindSourceInfo;
+}
+
namespace content {
// A media::mojom::ProvisionFetcher implementation based on
@@ -26,6 +30,7 @@ class CONTENT_EXPORT ProvisionFetcherImpl
: NON_EXPORTED_BASE(public media::mojom::ProvisionFetcher) {
public:
static void Create(net::URLRequestContextGetter* context_getter,
+ const service_manager::BindSourceInfo& source_info,
media::mojom::ProvisionFetcherRequest request);
explicit ProvisionFetcherImpl(
« no previous file with comments | « content/gpu/gpu_child_thread.cc ('k') | content/public/browser/provision_fetcher_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698