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

Unified Diff: chrome/browser/metrics/proto/study.proto

Issue 10693114: Add iOS to the variations study proto. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: merge to tot Created 8 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
« no previous file with comments | « no previous file | chrome/browser/metrics/variations_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/metrics/proto/study.proto
diff --git a/chrome/browser/metrics/proto/study.proto b/chrome/browser/metrics/proto/study.proto
index f833b27583e344376bcdf4d9c849ef3d326cfd78..45583b2012ca1bfe53b8acae78d054966d2da247 100644
--- a/chrome/browser/metrics/proto/study.proto
+++ b/chrome/browser/metrics/proto/study.proto
@@ -76,11 +76,12 @@ message Study {
// Possible Chrome operating system platforms.
enum Platform {
- PLATFORM_WINDOWS = 0;
- PLATFORM_MAC = 1;
- PLATFORM_LINUX = 2;
+ PLATFORM_WINDOWS = 0;
+ PLATFORM_MAC = 1;
+ PLATFORM_LINUX = 2;
PLATFORM_CHROMEOS = 3;
- PLATFORM_ANDROID = 4;
+ PLATFORM_ANDROID = 4;
+ PLATFORM_IOS = 5;
}
// Filtering criteria specifying whether this study is applicable to a given
« no previous file with comments | « no previous file | chrome/browser/metrics/variations_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698