| Index: chrome/common/extensions/api/privacy.json
|
| diff --git a/chrome/common/extensions/api/experimental.privacy.json b/chrome/common/extensions/api/privacy.json
|
| similarity index 92%
|
| rename from chrome/common/extensions/api/experimental.privacy.json
|
| rename to chrome/common/extensions/api/privacy.json
|
| index 2ad53e282e75306e782291942e8b8cba7e2a269f..00e8b46e9c7153006d3c98b3cf04821361cfc5ac 100644
|
| --- a/chrome/common/extensions/api/experimental.privacy.json
|
| +++ b/chrome/common/extensions/api/privacy.json
|
| @@ -1,6 +1,6 @@
|
| [
|
| {
|
| - "namespace": "experimental.privacy",
|
| + "namespace": "privacy",
|
| "dependencies": [ "types" ],
|
| "properties": {
|
| "network": {
|
| @@ -35,11 +35,6 @@
|
| "value": ["instantEnabled", {"type":"boolean"}],
|
| "description": "If enabled, Chrome automatically performs and displays search requests for text you type into the Omnibox as you type it. This preference's value is a boolean, defaulting to <code>true</code>."
|
| },
|
| - "metricsReportingEnabled": {
|
| - "$ref": "ChromeSetting",
|
| - "value": ["metricsReportingEnabled", {"type":"boolean"}],
|
| - "description": "If enabled, Chrome automatically sends usage statistics and crash reports to Google. This preference's value is a boolean, defaulting to <code>false</code>."
|
| - },
|
| "safeBrowsingEnabled": {
|
| "$ref": "ChromeSetting",
|
| "value": ["safeBrowsingEnabled", {"type":"boolean"}],
|
|
|