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

Unified Diff: chrome/common/child_process_logging_win.cc

Issue 372473004: Retrieve client_id from GoogleUpdateSettings when its missing from Local State. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 6 years, 5 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/common/child_process_logging_win.cc
diff --git a/chrome/common/child_process_logging_win.cc b/chrome/common/child_process_logging_win.cc
index e072223913febd3fbca045fff51b545b42ef93af..f0c7672abce3202a294a4d21940da8dd347d040d 100644
--- a/chrome/common/child_process_logging_win.cc
+++ b/chrome/common/child_process_logging_win.cc
@@ -70,7 +70,7 @@ void Init() {
// initialization, retrieve the client id backed up in Google Update settings
// instead.
std::string client_id;
- if (GoogleUpdateSettings::RetrieveMetricsID(&client_id))
+ if (GoogleUpdateSettings::RetrieveMetricsInfo(&client_id, NULL))
crash_keys::SetClientIDFromGUID(client_id);
}

Powered by Google App Engine
This is Rietveld 408576698