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

Unified Diff: content/browser/background_sync/background_sync_context.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/browser/background_sync/background_sync_context.cc
diff --git a/content/browser/background_sync/background_sync_context.cc b/content/browser/background_sync/background_sync_context.cc
index c1b920fbe717f5636216e4006aa2fa857bfb3839..fcd80be6da31fccb0442a2e687aafaf22199f22b 100644
--- a/content/browser/background_sync/background_sync_context.cc
+++ b/content/browser/background_sync/background_sync_context.cc
@@ -44,7 +44,8 @@ void BackgroundSyncContext::Shutdown() {
}
void BackgroundSyncContext::CreateService(
- mojo::InterfaceRequest<blink::mojom::BackgroundSyncService> request) {
+ const service_manager::BindSourceInfo& source_info,
+ blink::mojom::BackgroundSyncServiceRequest request) {
DCHECK_CURRENTLY_ON(BrowserThread::UI);
BrowserThread::PostTask(

Powered by Google App Engine
This is Rietveld 408576698