Skip to content

Commit

Permalink
add duplication back in
Browse files Browse the repository at this point in the history
  • Loading branch information
samouri committed Jan 22, 2020
1 parent cafd72f commit 6c0e8c0
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion build-system/externs/amp.extern.js
Original file line number Diff line number Diff line change
Expand Up @@ -536,9 +536,19 @@ AccessService.prototype.getAccessReaderId = function() {};
AccessService.prototype.getAuthdataField = function(field) {};
// Same for amp-analytics

/**
* The "get CID" parameters.
* - createCookieIfNotPresent: Whether CID is allowed to create a cookie when.
* Default value is `false`.
* @typedef {{
* scope: string,
* createCookieIfNotPresent: (boolean|undefined),
* cookieName: (string|undefined),
* }}
*/
var GetCidDef;
/**
* @param {string|!../../src/service/cid-impl.GetCidDef} externalCidScope Name of the fallback cookie
* @param {string|!GetCidDef} externalCidScope Name of the fallback cookie
* for the case where this doc is not served by an AMP proxy. GetCidDef
* structure can also instruct CID to create a cookie if one doesn't yet
* exist in a non-proxy case.
Expand Down

0 comments on commit 6c0e8c0

Please sign in to comment.