| Index: components/variations/proto/study.proto
|
| diff --git a/components/variations/proto/study.proto b/components/variations/proto/study.proto
|
| index 42f11b355b8bb967c251516c3700b092de8ee56b..b7a0bb69b1b2342760d20028eaddd9cb2a0091f4 100644
|
| --- a/components/variations/proto/study.proto
|
| +++ b/components/variations/proto/study.proto
|
| @@ -206,7 +206,7 @@ message Study {
|
| // Filtering criteria specifying whether this study is applicable to a given
|
| // Chrome instance.
|
| //
|
| - // Next tag: 15
|
| + // Next tag: 16
|
| message Filter {
|
| // The start date of the study in Unix time format. (Seconds since midnight
|
| // January 1, 1970 UTC). See: http://en.wikipedia.org/wiki/Unix_time
|
| @@ -300,6 +300,10 @@ message Study {
|
| // |country| is specified. Mutually exclusive with |country|.
|
| // Ex: ["in", "us"]
|
| repeated string exclude_country = 11;
|
| +
|
| + // Specifies whether the config should apply to low-end devices only. This
|
| + // is currently only supported on Android.
|
| + optional bool is_low_end_device = 15;
|
| }
|
|
|
| // Filtering criteria for this study. A study that is filtered out for a given
|
|
|