From 8f3596ad8588a28907ccfca0f9c9af984e3c5681 Mon Sep 17 00:00:00 2001 From: gab Date: Thu, 19 Jan 2017 17:56:12 -0800 Subject: [PATCH] Revert of Enable BrowserScheduler.RedirectHistoryService experiment on trunk. (patchset #7 id:140001 of https://codereview.chromium.org/2592813002/ ) Reason for revert: Suspected culprit http://crbug.com/680698 and http://crbug.com/682219 per HistoryService tasks no longer being guaranteed to be flushed in ~HistoryService -- which BookmarksModel depends on. Original issue's description: > Enable BrowserScheduler.RedirectHistoryService experiment on trunk. > > BUG=661143 > Committed: https://crrev.com/4aa30591e0953da7e0c54ffdb91856e496d16b5f > Cr-Commit-Position: refs/heads/master@{#440418} > > Reverted: https://crrev.com/2885403f92c9ab0a8769c2c41e859502da5a7e6f > Cr-Commit-Position: refs/heads/master@{#440479} > Cause of revert fixed in https://codereview.chromium.org/2611053003/. > > Review-Url: https://codereview.chromium.org/2592813002 > Cr-Commit-Position: refs/heads/master@{#441997} > Committed: https://chromium.googlesource.com/chromium/src/+/344517411399fc467e5a6938e4793650729b3506 TBR=rkaplow@chromium.org # Not skipping CQ checks because original CL landed more than 1 days ago. BUG=661143,680698,682219 Review-Url: https://codereview.chromium.org/2642253002 Cr-Commit-Position: refs/heads/master@{#444942} --- testing/variations/fieldtrial_testing_config.json | 1 - 1 file changed, 1 deletion(-) diff --git a/testing/variations/fieldtrial_testing_config.json b/testing/variations/fieldtrial_testing_config.json index d3590690c4836..288c290da3cb8 100644 --- a/testing/variations/fieldtrial_testing_config.json +++ b/testing/variations/fieldtrial_testing_config.json @@ -202,7 +202,6 @@ { "name": "Default", "params": { - "RedirectHistoryService": "true", "RedirectSequencedWorkerPools": "true" } },