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

Unified Diff: base/sys_info_win.cc

Issue 2581033002: Revert of Add Windows 10 build number to user-agent (Closed)
Patch Set: Created 4 years 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 | content/common/user_agent.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/sys_info_win.cc
diff --git a/base/sys_info_win.cc b/base/sys_info_win.cc
index f619c36cf34e33d17134f67fc48f3a15fc277348..cb184bae2589d607919858bacc4a1969353c5e98 100644
--- a/base/sys_info_win.cc
+++ b/base/sys_info_win.cc
@@ -153,7 +153,7 @@
win::OSInfo* os_info = win::OSInfo::GetInstance();
*major_version = os_info->version_number().major;
*minor_version = os_info->version_number().minor;
- *bugfix_version = os_info->version_number().build;
+ *bugfix_version = 0;
}
} // namespace base
« no previous file with comments | « no previous file | content/common/user_agent.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698