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

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

Issue 2990673002: [Telemetry] Add support for macOS 10.13 High Sierra. (Closed)
Patch Set: Created 3 years, 5 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/mac_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 57285c163fd0da566dff56b6383edc692b1b877a..28952f4f8971370d99c6dddc9241d4157a814439 100644
--- a/telemetry/telemetry/core/os_version.py
+++ b/telemetry/telemetry/core/os_version.py
@@ -39,3 +39,4 @@ MAVERICKS = OSVersion('mavericks', 109)
YOSEMITE = OSVersion('yosemite', 1010)
ELCAPITAN = OSVersion('elcapitan', 1011)
SIERRA = OSVersion('sierra', 1012)
+HIGHSIERRA = OSVersion('highsierra', 1013)
« no previous file with comments | « no previous file | telemetry/telemetry/internal/platform/mac_platform_backend.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698