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

Unified Diff: chrome/browser/chrome_browser_field_trials_desktop.cc

Issue 2666653002: Record field-trial information in stability file for crash analysis. (Closed)
Patch Set: use c++ loop format Created 3 years, 10 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
« no previous file with comments | « base/metrics/field_trial.cc ('k') | components/browser_watcher/postmortem_report_collector_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_browser_field_trials_desktop.cc
diff --git a/chrome/browser/chrome_browser_field_trials_desktop.cc b/chrome/browser/chrome_browser_field_trials_desktop.cc
index a8c81507e2ea79070d69d10d6271cc7e0c6a1e66..47715a06258dff1e92f36cdbb9c33c3b44687a00 100644
--- a/chrome/browser/chrome_browser_field_trials_desktop.cc
+++ b/chrome/browser/chrome_browser_field_trials_desktop.cc
@@ -161,7 +161,7 @@ void SetupStabilityDebugging() {
&version_number, &special_build,
&channel_name);
- base::debug::ActivityUserData& global_data = global_tracker->user_data();
+ base::debug::ActivityUserData& global_data = global_tracker->global_data();
global_data.SetString(browser_watcher::kStabilityProduct, product_name);
global_data.SetString(browser_watcher::kStabilityVersion, version_number);
global_data.SetString(browser_watcher::kStabilityChannel, channel_name);
« no previous file with comments | « base/metrics/field_trial.cc ('k') | components/browser_watcher/postmortem_report_collector_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698