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

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

Issue 2943493002: [WebView] Add WebView platform to Finch's study.proto (Closed)
Patch Set: [WebView] Update unittest CheckStudyPlatform Created 3 years, 6 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 | components/variations/study_filtering_unittest.cc » ('j') | 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 d4a88bedd3bcef4f452be4473c24eb27e995a549..42f11b355b8bb967c251516c3700b092de8ee56b 100644
--- a/components/variations/proto/study.proto
+++ b/components/variations/proto/study.proto
@@ -182,12 +182,13 @@ message Study {
// Possible Chrome operating system platforms.
enum Platform {
- PLATFORM_WINDOWS = 0;
- PLATFORM_MAC = 1;
- PLATFORM_LINUX = 2;
- PLATFORM_CHROMEOS = 3;
- PLATFORM_ANDROID = 4;
- PLATFORM_IOS = 5;
+ PLATFORM_WINDOWS = 0;
+ PLATFORM_MAC = 1;
+ PLATFORM_LINUX = 2;
+ PLATFORM_CHROMEOS = 3;
+ PLATFORM_ANDROID = 4;
+ PLATFORM_IOS = 5;
+ PLATFORM_ANDROID_WEBVIEW = 6;
}
// Possible form factors Chrome is running on.
« no previous file with comments | « no previous file | components/variations/study_filtering_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698