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

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

Issue 2690503002: Comment FormFactor enum in study proto (Closed)
Patch Set: Created 3 years, 10 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/variations/proto/study.proto
diff --git a/components/variations/proto/study.proto b/components/variations/proto/study.proto
index c627622d2e76dd91f8c6dcc0369bd7e3784fdba0..d4a88bedd3bcef4f452be4473c24eb27e995a549 100644
--- a/components/variations/proto/study.proto
+++ b/components/variations/proto/study.proto
@@ -192,9 +192,13 @@ message Study {
// Possible form factors Chrome is running on.
enum FormFactor {
+ // Chrome Desktop on Windows, Mac, Linux, or ChromeOS.
DESKTOP = 0;
+ // Phone-based mobile Chrome, e.g. an Android phone or iPhone.
PHONE = 1;
+ // Tablet-based mobile Chrome, e.g. an Android tablet or iPad.
TABLET = 2;
+ // ChromeOS running in single-app Kiosk mode.
KIOSK = 3;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698