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

Unified Diff: components/variations/client_filterable_state.h

Issue 2970093002: Add variations filtering for is_low_end_device. (Closed)
Patch Set: Created 3 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
Index: components/variations/client_filterable_state.h
diff --git a/components/variations/client_filterable_state.h b/components/variations/client_filterable_state.h
index c2671f37da31e0bab649adeb8fd83f78334b6aec..5f0566cbca49c306d1b83a30daebc9607eaac894 100644
--- a/components/variations/client_filterable_state.h
+++ b/components/variations/client_filterable_state.h
@@ -41,6 +41,9 @@ struct ClientFilterableState {
// identify models of devices.
std::string hardware_class;
rkaplow 2017/07/06 17:49:49 can you link to the definition of this somewhere?
Alexei Svitkine (slow) 2017/07/11 15:08:14 Done. Mentioned base::SysInfo::IsLowEndDevice() w
+ // Whether this is a low-end device. Currently only supported on Android.
+ bool is_low_end_device = false;
+
// The country code to use for studies configured with session consistency.
std::string session_consistency_country;
« no previous file with comments | « no previous file | components/variations/proto/study.proto » ('j') | components/variations/study_filtering_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698