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

Unified Diff: chrome/browser/metrics/machine_id_provider_win.cc

Issue 213363004: Resetting metrics ids on clump detection. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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: chrome/browser/metrics/machine_id_provider_win.cc
diff --git a/chrome/browser/metrics/machine_id_provider_win.cc b/chrome/browser/metrics/machine_id_provider_win.cc
index c3320bccb4b3cbdd5f5b1bf6f85047847ba4586d..2a9e014070da8e320cd4aa6c444c399c5968f380 100644
--- a/chrome/browser/metrics/machine_id_provider_win.cc
+++ b/chrome/browser/metrics/machine_id_provider_win.cc
@@ -21,6 +21,7 @@ MachineIdProvider::~MachineIdProvider() {}
// On windows, the machine id is based on the serial number of the drive Chrome
// is running from.
std::string MachineIdProvider::GetMachineId() {
+ DVLOG(2) << "\n\nGetting machine id\n\n";
DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::FILE));
// Use the program's path to get the drive used for the machine id. This means

Powered by Google App Engine
This is Rietveld 408576698