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

Issue 767185 link

Starred by 1 user

Issue metadata

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


Participants' hotlists:
media-router-fixit


Sign in to add a comment

[Service Discovery] Replace local_service_discovery buildflag with runtime flag

Project Member Reported by mfo...@chromium.org, Sep 20 2017

Issue description

For users that wish to disable local discovery in Chrome, a runtime flag is more convenient that the current combination of build flags (enable_local_discovery and enable_mdns).  This bug tracks the following tasks:

1. Add a flag, --enable_local_discovery that defaults true and guards running any local discovery service or UX, including Media Router related code (what is currently behind enable_local_discovery build flag).

2. Remove enable_local_discovery build flag.  Make sure that Chromium can still be built without printing support (some developers want to do this).

3. (Optional) Remove enable_mdns build flag unless the net team wants to keep it.  (There may be features other than local service discovery that use it, so we don't want to disable the code path entirely when --enable_local_discovery=0).

 

 

Comment 1 by sko...@chromium.org, Sep 25 2017

Labels: Hotlist-Fixit
Status: Available (was: Untriaged)
Cc: powerb@chromium.org
Cc: -zhaobin@chromium.org

Sign in to add a comment