| Index: components/variations/variations_associated_data.h
|
| diff --git a/components/variations/variations_associated_data.h b/components/variations/variations_associated_data.h
|
| index 0579781d962b1839c77a73bab1d5a2d75810da37..e80ebeca438afea6df125f115b6dccff46a87fa4 100644
|
| --- a/components/variations/variations_associated_data.h
|
| +++ b/components/variations/variations_associated_data.h
|
| @@ -60,6 +60,9 @@ enum IDCollectionKey {
|
| // This collection is used by Google web properties, transmitted through the
|
| // X-Client-Data header.
|
| GOOGLE_WEB_PROPERTIES,
|
| + // This collection is used by Google web properties for signed in users only,
|
| + // 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.
|
|
|