Skip to content

Commit

Permalink
Add supportedOS GUID for Windows 10
Browse files Browse the repository at this point in the history
R=grt@chromium.org
BUG=420629

Review URL: https://codereview.chromium.org/627003004

Cr-Commit-Position: refs/heads/master@{#298339}
  • Loading branch information
sgraham authored and Commit bot committed Oct 7, 2014
1 parent 2b52d1d commit c5b4ba4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/win/compatibility.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
<supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>
<!--The ID below indicates application support for Windows 8.1 -->
<supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>
<!--The ID below indicates application support for Windows 10 -->
<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
</application>
</compatibility>
</assembly>
2 changes: 2 additions & 0 deletions chrome/installer/mini_installer/mini_installer.exe.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
<supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>
<!--The ID below indicates application support for Windows 8.1 -->
<supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>
<!--The ID below indicates application support for Windows 10 -->
<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
</application>
</compatibility>
<ms_asmv2:trustInfo xmlns:ms_asmv2="urn:schemas-microsoft-com:asm.v2">
Expand Down

0 comments on commit c5b4ba4

Please sign in to comment.