Remove the data reduction proxy code that migrates the compression prefs. Also, remove the code that enables compression stats logging without a valid DataReductionProxyStore. Both of these are currently unreachable.
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/7839ed7cd5aae2d76abfeccef3fd2867a6b4e864 commit 7839ed7cd5aae2d76abfeccef3fd2867a6b4e864 Author: tbansal <tbansal@chromium.org> Date: Thu Oct 27 22:59:52 2016 Remove unused DRP code for migrating prefs Remove the data reduction proxy code that migrates the compression prefs. Also, remove the code that enables compression stats logging without a valid DataReductionProxyStore. Both of these are currently unreachable. BUG= 660136 Review-Url: https://codereview.chromium.org/2447013003 Cr-Commit-Position: refs/heads/master@{#428185} [modify] https://crrev.com/7839ed7cd5aae2d76abfeccef3fd2867a6b4e864/components/data_reduction_proxy/core/browser/data_reduction_proxy_prefs.cc [modify] https://crrev.com/7839ed7cd5aae2d76abfeccef3fd2867a6b4e864/components/data_reduction_proxy/core/browser/data_reduction_proxy_prefs.h [modify] https://crrev.com/7839ed7cd5aae2d76abfeccef3fd2867a6b4e864/components/data_reduction_proxy/core/browser/data_reduction_proxy_prefs_unittest.cc [modify] https://crrev.com/7839ed7cd5aae2d76abfeccef3fd2867a6b4e864/components/data_reduction_proxy/core/browser/data_reduction_proxy_service.cc [modify] https://crrev.com/7839ed7cd5aae2d76abfeccef3fd2867a6b4e864/components/data_reduction_proxy/core/browser/data_reduction_proxy_service.h [modify] https://crrev.com/7839ed7cd5aae2d76abfeccef3fd2867a6b4e864/components/data_reduction_proxy/core/common/data_reduction_proxy_pref_names.cc [modify] https://crrev.com/7839ed7cd5aae2d76abfeccef3fd2867a6b4e864/components/data_reduction_proxy/core/common/data_reduction_proxy_pref_names.h
Comment 1 by tbansal@chromium.org
, Oct 27 2016Status: Fixed (was: Started)