Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(949)

Unified Diff: telemetry/telemetry/core/os_version.py

Issue 1830253003: [Telemetry] Update the code that detect windows version to use CurrentMajorVersionNumber (Closed) Base URL: https://github.com/catapult-project/catapult@master
Patch Set: Add win8.1 Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | telemetry/telemetry/internal/platform/win_platform_backend.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: telemetry/telemetry/core/os_version.py
diff --git a/telemetry/telemetry/core/os_version.py b/telemetry/telemetry/core/os_version.py
index bc7bd445a6129ea771770e0ef3ecd78a6bc6bd5c..bd6421627b101cbadfe4b13928fe7d05ee2b0c8a 100644
--- a/telemetry/telemetry/core/os_version.py
+++ b/telemetry/telemetry/core/os_version.py
@@ -28,6 +28,7 @@ XP = OSVersion('xp', 5.1)
VISTA = OSVersion('vista', 6.0)
WIN7 = OSVersion('win7', 6.1)
WIN8 = OSVersion('win8', 6.2)
+WIN81 = OSVersion('win8.1', 6.3)
WIN10 = OSVersion('win10', 10)
LEOPARD = OSVersion('leopard', 105)
« no previous file with comments | « no previous file | telemetry/telemetry/internal/platform/win_platform_backend.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698