| 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..aa93307d32ed91924aeaa6b0ad9185babbfd49be 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 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.
|
|
|