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

Unified Diff: chrome/browser/chrome_browser_field_trials.cc

Issue 2649973007: Revert of Make MappedFile (aka OnDisk) the default for persistent histograms. (Closed)
Patch Set: Created 3 years, 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_browser_field_trials.cc
diff --git a/chrome/browser/chrome_browser_field_trials.cc b/chrome/browser/chrome_browser_field_trials.cc
index 313bff3a56112f0ba747d091a88776437cc640e8..69fac07e38c02d44ee3bab2be872a35d54c4a30a 100644
--- a/chrome/browser/chrome_browser_field_trials.cc
+++ b/chrome/browser/chrome_browser_field_trials.cc
@@ -73,9 +73,7 @@
const uint32_t kAllocId = 0x935DDD43; // SHA1(BrowserMetrics)
std::string storage = variations::GetVariationParamValueByFeature(
base::kPersistentHistogramsFeature, "storage");
-
- // As of M58, "MappedFile" is the default.
- if (storage.empty() || storage == "MappedFile") {
+ if (storage == "MappedFile") {
// If for some reason the existing "active" file could not be moved above
// then it is essential it be scheduled for deletion when possible and the
// contents ignored. Because this shouldn't happen but can on an OS like
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698