| commit | d0c67aafb743b03c57f12664b6ded94c2063b2f8 | [log] [tgz] |
|---|---|---|
| author | benwells <benwells@chromium.org> | Thu Jul 28 02:57:20 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Thu Jul 28 02:58:38 2016 |
| tree | e0516bf940566715cc6eabad93e88818bf1e6962 | |
| parent | b0e145b14f1ae5821f187e2297e538ac56c763dc [diff] |
[win] Fallback to registry when finding external handlers for a protocol On windows 8 and later AssocQuery is used to find external protocol handlers (e.g. to handle steam:// links). Prior versions use the registry. Some programs may not register in a way that AssocQuery recognizes, so this change also consults the registry if AssocQuery does not return any results. BUG=560809 Review-Url: https://codereview.chromium.org/2172573002 Cr-Commit-Position: refs/heads/master@{#408322}