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

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: Fixing permissions. 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 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"}],

Powered by Google App Engine
This is Rietveld 408576698