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

Unified Diff: chrome/browser/chrome_browser_main.cc

Issue 1897493002: Even more instrumentation to diagnose an Android render crash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add more comments. Created 4 years, 8 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') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_browser_main.cc
diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc
index 5fd3d13bcecf419f0ae900136b6c89c63ef36a66..e6281bc431acfe7ac65879852d0c2091057ff990 100644
--- a/chrome/browser/chrome_browser_main.cc
+++ b/chrome/browser/chrome_browser_main.cc
@@ -670,6 +670,8 @@ void ChromeBrowserMainParts::SetupMetricsAndFieldTrials() {
metrics::MetricsService* metrics = browser_process_->metrics_service();
// TODO(asvitkine): Turn into a DCHECK after http://crbug.com/359406 is fixed.
CHECK(!field_trial_list_);
+ // TODO(asvitkine): Remove this after http://crbug.com/359406 is fixed.
+ base::FieldTrialList::EnableGlobalStateChecks();
field_trial_list_.reset(
new base::FieldTrialList(metrics->CreateEntropyProvider().release()));
« no previous file with comments | « base/metrics/field_trial.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698