| Index: chrome/common/extensions/api/cookies.json
|
| diff --git a/chrome/common/extensions/api/cookies.json b/chrome/common/extensions/api/cookies.json
|
| index 98dd565bf0f2d8678b884456fdfebc9885f8337e..0bd4e2d44735247da2eb3f83df302bb6a99b8ad5 100644
|
| --- a/chrome/common/extensions/api/cookies.json
|
| +++ b/chrome/common/extensions/api/cookies.json
|
| @@ -6,6 +6,7 @@
|
| {
|
| "namespace": "cookies",
|
| "description": "Use the <code>chrome.cookies</code> API to query and modify cookies, and to be notified when they change.",
|
| + "compiler_options": {"use_movable_types": true},
|
| "types": [
|
| {
|
| "id": "SameSiteStatus",
|
|
|