Remove BooleanPrefMember usage from Data Reduction Proxy IO classes.
The UI objects (specifically DataReductionProxySettings) already creates a BooleanPrefMember for kDataReductionProxyEnabled and checks for changes on it, then propagates this information to DataReductionProxyIOData via DataReductionProxyIOData::SetProxyPrefs. It also negates the need to pass a BooleanPrefMember to BypassStats when ultimately all we care about is the boolean value. BUG=472290 Review URL: https://codereview.chromium.org/1057473003 Cr-Commit-Position: refs/heads/master@{#327138}
Showing
Please register or sign in to comment