Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1668)

Unified Diff: components/variations/proto/study.proto

Issue 2970093002: Add variations filtering for is_low_end_device. (Closed)
Patch Set: Address comments. Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « components/variations/client_filterable_state.h ('k') | components/variations/service/variations_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698