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

Unified Diff: components/variations/study_filtering_unittest.cc

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 | « components/variations/proto/study.proto ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/variations/study_filtering_unittest.cc
diff --git a/components/variations/study_filtering_unittest.cc b/components/variations/study_filtering_unittest.cc
index 7572118a5614fc638dcc04f146d31d59f81b6d0d..1d70c48c8cf04ef5f78ca8781f783a95dfb375c6 100644
--- a/components/variations/study_filtering_unittest.cc
+++ b/components/variations/study_filtering_unittest.cc
@@ -212,8 +212,10 @@ TEST(VariationsStudyFilteringTest, CheckStudyLocale) {
TEST(VariationsStudyFilteringTest, CheckStudyPlatform) {
const Study::Platform platforms[] = {
- Study::PLATFORM_WINDOWS, Study::PLATFORM_MAC, Study::PLATFORM_LINUX,
- Study::PLATFORM_CHROMEOS, Study::PLATFORM_ANDROID, Study::PLATFORM_IOS,
+ Study::PLATFORM_WINDOWS, Study::PLATFORM_MAC,
+ Study::PLATFORM_LINUX, Study::PLATFORM_CHROMEOS,
+ Study::PLATFORM_ANDROID, Study::PLATFORM_IOS,
+ Study::PLATFORM_ANDROID_WEBVIEW,
};
ASSERT_EQ(Study::Platform_ARRAYSIZE, static_cast<int>(arraysize(platforms)));
bool platform_added[arraysize(platforms)] = { 0 };
« no previous file with comments | « components/variations/proto/study.proto ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698