0

Note how to disable the media router in the Mac build instructions

Bug: 1111418
Change-Id: I64d56920ebe10412e311e5ca3b4b633b864e5160
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340794
Auto-Submit: Dominic Mazzoni <dmazzoni@chromium.org>
Reviewed-by: Avi Drissman <avi@chromium.org>
Commit-Queue: Avi Drissman <avi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#795575}
This commit is contained in:
Dominic Mazzoni
2020-08-06 19:19:11 +00:00
committed by Commit Bot
parent 62d4636afc
commit a7494a5119

@ -168,6 +168,14 @@ Once it is built, you can simply run the browser:
$ out/Default/Chromium.app/Contents/MacOS/Chromium $ out/Default/Chromium.app/Contents/MacOS/Chromium
``` ```
## Avoiding the "incoming network connections" dialog
Every time you start a new developer build of Chrome you get a system dialog
asking "Do you want the application Chromium.app to accept incoming
network connections?" - to avoid this, run with this command-line flag:
--disable-features="MediaRouter"
## Running test targets ## Running test targets
You can run the tests in the same way. You can also limit which tests are You can run the tests in the same way. You can also limit which tests are