New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 594279 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Email to this user bounced
Closed: Mar 2016
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 2
Type: Bug



Sign in to add a comment

Data reduction proxy stats should not be stored in syncable prefs

Project Member Reported by bengr@chromium.org, Mar 11 2016

Issue description

Currently, some of the data reduction proxy's statistics, such as the amount of data saved, are stored in syncable prefs. See everything in: 

https://code.google.com/p/chromium/codesearch#chromium/src/components/data_reduction_proxy/core/browser/data_reduction_proxy_prefs.cc&l=32

On Android (and iOS) such prefs are not actually synced, but soon will be, which might cause some statistics to report on the union of all of a user's Chrome instances, or cause other undesirable behavior.

One way to accomplish not syncing this data would be to move to using the levelDB that is used with the data reduction proxy on desktop. 


 

Comment 1 by bengr@chromium.org, Mar 11 2016

Status: WontFix (was: Assigned)

Sign in to add a comment