Chromium Code Reviews| Index: components/data_reduction_proxy/proto/pageload_metrics.proto |
| diff --git a/components/data_reduction_proxy/proto/pageload_metrics.proto b/components/data_reduction_proxy/proto/pageload_metrics.proto |
| index 1725604afaef25d3097ed64780dd64c7ea059698..85cc42e6dcc3ccde1213e71dd21857cd9dca4475 100644 |
| --- a/components/data_reduction_proxy/proto/pageload_metrics.proto |
| +++ b/components/data_reduction_proxy/proto/pageload_metrics.proto |
| @@ -101,4 +101,8 @@ message PageloadMetrics { |
| // The previews type that was used on the page. |
| optional PreviewsType previews_type = 18; |
| + |
| + // Whether the user is included in the data reduction proxy holdback |
| + // experiment. |
| + optional bool holdback_experiment = 19; |
|
buettner
2017/06/09 17:17:52
Just, "holdback"?
|
| } |