Index: chrome/browser/chrome_browser_main_win.cc |
diff --git a/chrome/browser/chrome_browser_main_win.cc b/chrome/browser/chrome_browser_main_win.cc |
index 45cb0af5b2949d6dc78d0f515be9063701558f14..0c912c522cd2aa9f045b6657391b1b85fa98bd4c 100644 |
--- a/chrome/browser/chrome_browser_main_win.cc |
+++ b/chrome/browser/chrome_browser_main_win.cc |
@@ -290,10 +290,10 @@ void ChromeBrowserMainPartsWin::PreMainMessageLoopStart() { |
} |
int ChromeBrowserMainPartsWin::PreCreateThreads() { |
-// Record whether the machine is domain joined in a crash key. This will be used |
-// to better identify whether crashes are from enterprise users. |
+ // Record whether the machine is domain joined in a crash key. This will be |
+ // used to better identify whether crashes are from enterprise users. |
base::debug::SetCrashKeyValue(crash_keys::kEnrolledToDomain, |
- base::win::IsEnrolledToDomain() ? "yes" : "no"); |
+ base::win::IsEnterpriseUser() ? "yes" : "no"); |
int rv = ChromeBrowserMainParts::PreCreateThreads(); |