Chromium Code Reviews| Index: components/variations/variations_associated_data.h |
| diff --git a/components/variations/variations_associated_data.h b/components/variations/variations_associated_data.h |
| index 0734e8be495a5058b6b009f70a3c4c7f8ea0e524..ca8afa75e9a917496c697e2b61f168fdfe2edcc6 100644 |
| --- a/components/variations/variations_associated_data.h |
| +++ b/components/variations/variations_associated_data.h |
| @@ -58,6 +58,9 @@ enum IDCollectionKey { |
| // This collection is used by Google web properties, transmitted through the |
| // X-Client-Data header. |
| GOOGLE_WEB_PROPERTIES, |
| + // This collected is used by Google web properties for signed in users only, |
|
jwd
2016/12/12 16:04:43
nit: collection
Alexei Svitkine (slow)
2016/12/12 16:13:19
Done.
|
| + // transmitted through the X-Client-Data header. |
| + GOOGLE_WEB_PROPERTIES_SIGNED_IN, |
| // This collection is used by Google web properties for IDs that trigger |
| // server side experimental behavior, transmitted through the |
| // X-Client-Data header. |