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

Unified Diff: base/win/windows_version.h

Issue 2506523002: Report Windows build and patch number in the component updater checks. (Closed)
Patch Set: static constexpr Created 4 years, 1 month 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 | base/win/windows_version.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/win/windows_version.h
diff --git a/base/win/windows_version.h b/base/win/windows_version.h
index 6eaf2df4516ef2174d09a10af3ec7db370e15d78..9969597471bc848463418ec8386da914ae217643 100644
--- a/base/win/windows_version.h
+++ b/base/win/windows_version.h
@@ -56,6 +56,7 @@ class BASE_EXPORT OSInfo {
int major;
int minor;
int build;
+ int patch;
};
struct ServicePack {
« no previous file with comments | « no previous file | base/win/windows_version.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698