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

Unified Diff: content/browser/service_worker/embedded_worker_instance.cc

Issue 2766263009: Convert content ConnectionFilter to OnBindInterface (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/service_worker/embedded_worker_instance.cc
diff --git a/content/browser/service_worker/embedded_worker_instance.cc b/content/browser/service_worker/embedded_worker_instance.cc
index 727f2d548847080b097b6c2dbad2333621aace02..c2f0f535b98206d6aecda858167666e2ef9cd326 100644
--- a/content/browser/service_worker/embedded_worker_instance.cc
+++ b/content/browser/service_worker/embedded_worker_instance.cc
@@ -95,7 +95,7 @@ void SetupOnUI(
service_worker_version_id, url, scope),
is_installed);
if (request.is_pending())
- rph->GetRemoteInterfaces()->GetInterface(std::move(request));
+ BindInterface(rph, std::move(request));
}
BrowserThread::PostTask(
BrowserThread::IO,

Powered by Google App Engine
This is Rietveld 408576698