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

Unified Diff: content/browser/background_fetch/background_fetch_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: content/browser/background_fetch/background_fetch_service_impl.h
diff --git a/content/browser/background_fetch/background_fetch_service_impl.h b/content/browser/background_fetch/background_fetch_service_impl.h
index c2d6f32b218882bc82c4bf84051755cf45426797..2fcc1c80da6513dac92da7e21b6974b6e688b3a0 100644
--- a/content/browser/background_fetch/background_fetch_service_impl.h
+++ b/content/browser/background_fetch/background_fetch_service_impl.h
@@ -15,6 +15,10 @@
#include "content/common/content_export.h"
#include "third_party/WebKit/public/platform/modules/background_fetch/background_fetch.mojom.h"
+namespace service_manager {
+struct BindSourceInfo;
+}
+
namespace url {
class Origin;
}
@@ -36,6 +40,7 @@ class CONTENT_EXPORT BackgroundFetchServiceImpl
static void Create(
int render_process_id,
scoped_refptr<BackgroundFetchContext> background_fetch_context,
+ const service_manager::BindSourceInfo& source_info,
blink::mojom::BackgroundFetchServiceRequest request);
// blink::mojom::BackgroundFetchService implementation.

Powered by Google App Engine
This is Rietveld 408576698