| Index: chrome/common/extensions/api/data_reduction_proxy.json
|
| diff --git a/chrome/common/extensions/api/data_reduction_proxy.json b/chrome/common/extensions/api/data_reduction_proxy.json
|
| index 2741b62116f1113fbfc3a16bc14efc3a3f2199ac..1dd904bb07199eea2a7e9bb3831bbbc97fe0d76f 100644
|
| --- a/chrome/common/extensions/api/data_reduction_proxy.json
|
| +++ b/chrome/common/extensions/api/data_reduction_proxy.json
|
| @@ -24,12 +24,6 @@
|
| "$ref": "types.ChromeSetting",
|
| "value": ["data_reduction.daily_received_length", {"type":"array"}],
|
| "description": "Each item contains the number of compressed bytes through data reduction proxy per day."
|
| - },
|
| - "dataReductionUpdateDailyLengths": {
|
| - "nocompile": true,
|
| - "$ref": "types.ChromeSetting",
|
| - "value": ["data_reduction.update_daily_lengths", {"type":"boolean"}],
|
| - "description": "Flag to indicate that dataReductionDailyContentLength and dataReductionDailyReceivedLength must be updated with their latest values. This preference's value is a boolean, defaulting to <code>false</code>."
|
| }
|
| },
|
| "functions": [
|
|
|