Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7559)

Unified Diff: chrome/common/extensions/api/privacy.json

Issue 9244005: Move the `privacy` extension API out of experimental. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: License. Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"}],

Powered by Google App Engine
This is Rietveld 408576698