New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 705985 link

Starred by 1 user

Issue metadata

Status: Untriaged
Owner: ----
Cc:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Eliminate Platform::interfaceProvider() in favor of using Platform::connector()

Project Member Reported by blundell@chromium.org, Mar 28 2017

Issue description

Platform::interfaceProvider() is simply a variant of Platform::connector() that is hardcoded to connect to the content_browser service (i.e., content::mojom::kBrowserServiceName). For clarity, we should replace all calls to Platform::interfaceProvider() with the corresponding calls to Platform::connector() and then remove Platform::interfaceProvider().

Note that there is one interesting subtlety here: The object returned by Platform::interfaceProvider() bounces calls to the main thread, wheres the object returned by Platform::connector() does not. We'll have to see if this causes problems as we do the conversions, and if it does, we'll have to extend Blink's mechanism for connecting to services to support these use cases.
 
Project Member

Comment 1 by sheriffbot@chromium.org, Mar 28 2018

Labels: Hotlist-Recharge-Cold
Status: Untriaged (was: Available)
This issue has been Available for over a year. If it's no longer important or seems unlikely to be fixed, please consider closing it out. If it is important, please re-triage the issue.

Sorry for the inconvenience if the bug really should have been left as Available.

For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
Cc: -roc...@chromium.org rockot@google.com

Sign in to add a comment