Chromium Code Reviews| Index: components/update_client/update_response.h |
| diff --git a/components/update_client/update_response.h b/components/update_client/update_response.h |
| index 6c0ea9bd9351497a793aa5bc5d1cf7cfc464189e..104ca4f390fd381b9b6527692eed097a1aa73a1e 100644 |
| --- a/components/update_client/update_response.h |
| +++ b/components/update_client/update_response.h |
| @@ -99,6 +99,13 @@ class UpdateResponse { |
| std::vector<GURL> crx_diffurls; |
| Manifest manifest; |
| + |
| + bool set_cohort; |
|
Sorin Jianu
2016/08/18 21:15:15
What is the meaning of the booleans?
Sorin Jianu
2016/08/18 21:15:15
are these initialized anywhere?
waffles
2016/08/18 22:29:23
Done.
waffles
2016/08/18 22:29:23
Done.
|
| + bool set_cohort_hint; |
| + bool set_cohort_name; |
| + std::string cohort; |
| + std::string cohort_hint; |
| + std::string cohort_name; |
| }; |
| static const int kNoDaystart = -1; |