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

Unified Diff: content/browser/browser_main_loop.h

Issue 1784623003: Add histograms to compare GetVersionEx() with VerQueryValue() of kernel32 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . 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
Index: content/browser/browser_main_loop.h
diff --git a/content/browser/browser_main_loop.h b/content/browser/browser_main_loop.h
index ef28a62b8a43e02f0d9c00ed70310ef1e6b03a52..bfa10abf69bbdf62b2496b1a8bf25de301cef249 100644
--- a/content/browser/browser_main_loop.h
+++ b/content/browser/browser_main_loop.h
@@ -162,6 +162,10 @@ class CONTENT_EXPORT BrowserMainLoop {
bool UsingInProcessGpu() const;
+#if defined(OS_WIN)
+ static void RecordWindowsVersionInformation();
+#endif
+
// Quick reference for initialization order:
// Constructor
// Init()

Powered by Google App Engine
This is Rietveld 408576698