| 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 aa0330a240b075dded93886cf46bd5c5661e4e8a..f9d170e1c16e0efabdfdebe2239f3029bdc329b8 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",
|
| "properties": {
|
| "network": {
|
| "type": "object",
|
| @@ -34,11 +34,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"}],
|
|
|