forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow selection of utility sub type in utility-startup-dialog
This CL enhances the --utility-startup-dialog switch to now take an optional service sub type, and displays the subtype when waiting for the debugger, or showing the dialog. `chrome --utility-startup-dialog` works as before, prompting/pausing for every utility process. `chrome --utility-startup-dialog=data_decoder.mojom.DataDecoderService` only prompts for the data decoder service. We check for the switch first then interrogate its value to limit any impact on normal startup time. This should make it easier to debug specific utility processes. Tests: manual tested on Windows & Linux Change-Id: I0195432a9f826697a87c687406a30dbdf1bfa378 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2892176 Reviewed-by: Alex Moshchuk <alexmos@chromium.org> Commit-Queue: Alex Gough <ajgo@chromium.org> Cr-Commit-Position: refs/heads/master@{#882668}
- Loading branch information
Showing
3 changed files
with
14 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters