| Index: chrome/common/extensions/api/privacy.json
|
| diff --git a/chrome/common/extensions/api/privacy.json b/chrome/common/extensions/api/privacy.json
|
| index f235aafc86bafcce8a91c45394b3147296d21783..d01f718c2829d7e81f28ffe0cae1ced66957b868 100644
|
| --- a/chrome/common/extensions/api/privacy.json
|
| +++ b/chrome/common/extensions/api/privacy.json
|
| @@ -6,6 +6,7 @@
|
| {
|
| "namespace": "privacy",
|
| "description": "Use the <code>chrome.privacy</code> API to control usage of the features in Chrome that can affect a user's privacy. This API relies on the <a href='types#ChromeSetting'>ChromeSetting prototype of the type API</a> for getting and setting Chrome's configuration.",
|
| + "compiler_options": {"use_movable_types": true},
|
| "types": [
|
| {
|
| "id": "IPHandlingPolicy",
|
|
|