blob: 8000e1f9f2ed79836e49faa3192a173201622ca5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- components/variations/proto/study.proto.orig 2017-01-26 00:49:13 UTC
+++ components/variations/proto/study.proto
@@ -186,6 +186,7 @@ message Study {
PLATFORM_CHROMEOS = 3;
PLATFORM_ANDROID = 4;
PLATFORM_IOS = 5;
+ PLATFORM_BSD = 6;
}
// Possible form factors Chrome is running on.
|