Comment #6 on issue 15418 by [email protected]: Support metrics upload  
in Mac/Linux
http://code.google.com/p/chromium/issues/detail?id=15418

The following revision refers to this bug:
     http://src.chromium.org/viewvc/chrome?view=rev&revision=20184

------------------------------------------------------------------------
r20184 | [email protected] | 2009-07-08 13:54:13 -0700 (Wed, 08 Jul 2009) |  
15 lines
Changed paths:
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/metrics/metrics_service.cc?r1=20184&r2=20183
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/metrics/metrics_service.h?r1=20184&r2=20183
    A  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/metrics/metrics_service_unittest.cc
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/chrome.gyp?r1=20184&r2=20183

http://codereview.chromium.org/147084

Implements unique client ID generation for Posix.

Client ID generation happens once-per-install of Chromium (...well, this is
mostly true, at least).  On Windows, the code currently uses some system  
library
code that generates a GUID.  We don't ACTUALLY need a GUID, something that's
quite random and in the same format will work.  Since we don't want to add a
dependency on libuuid for POSIX, I created a  
less-random-but-still-good-enough
version.

BUG=15418
TEST=none

Review URL: http://codereview.chromium.org/149343
------------------------------------------------------------------------


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to