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

Unified Diff: chrome/common/extensions/docs/samples.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/docs/samples.json
diff --git a/chrome/common/extensions/docs/samples.json b/chrome/common/extensions/docs/samples.json
index c2e77c8e41a98ebecee397a18cedab754e32a6af..16aa865fa926f0483b9f65d1e36a807bae8c9b69 100644
--- a/chrome/common/extensions/docs/samples.json
+++ b/chrome/common/extensions/docs/samples.json
@@ -410,7 +410,6 @@
"description": "Sample extension which demonstrates how to access a preference.",
"features": [
"browser_action",
- "experimental",
"privacy"
],
"icon": null,
@@ -419,14 +418,14 @@
"packaged_app": false,
"path": "examples\/api\/preferences\/enableReferrer\/",
"protocols": [],
- "search_string": "BLOCK\/ALLOW REFERRER API EXAMPLE EXTENSION SAMPLE EXTENSION WHICH DEMONSTRATES HOW TO ACCESS A PREFERENCE. BROWSER_ACTION EXPERIMENTAL PRIVACY CHROME.EXTENSION.ISALLOWEDINCOGNITOACCESS",
+ "search_string": "BLOCK\/ALLOW REFERRER API EXAMPLE EXTENSION SAMPLE EXTENSION WHICH DEMONSTRATES HOW TO ACCESS A PREFERENCE. BROWSER_ACTION PRIVACY CHROME.EXTENSION.ISALLOWEDINCOGNITOACCESS",
"source_files": [
"manifest.json",
"popup.css",
"popup.html",
"popup.js"
],
- "source_hash": "51bbc12404e8998ef817e211806e734f04e138ad",
+ "source_hash": "463b9acbbe50a9c6a62e7cd6546087dc06df1b4f",
"zip_path": "examples\/api\/preferences\/enableReferrer.zip"
},
{
@@ -437,7 +436,6 @@
"description": "Sample extension which demonstrates how to access a preference.",
"features": [
"browser_action",
- "experimental",
"privacy"
],
"icon": null,
@@ -446,14 +444,14 @@
"packaged_app": false,
"path": "examples\/api\/preferences\/allowThirdPartyCookies\/",
"protocols": [],
- "search_string": "BLOCK\/ALLOW THIRD-PARTY COOKIES API EXAMPLE EXTENSION SAMPLE EXTENSION WHICH DEMONSTRATES HOW TO ACCESS A PREFERENCE. BROWSER_ACTION EXPERIMENTAL PRIVACY CHROME.EXTENSION.ISALLOWEDINCOGNITOACCESS",
+ "search_string": "BLOCK\/ALLOW THIRD-PARTY COOKIES API EXAMPLE EXTENSION SAMPLE EXTENSION WHICH DEMONSTRATES HOW TO ACCESS A PREFERENCE. BROWSER_ACTION PRIVACY CHROME.EXTENSION.ISALLOWEDINCOGNITOACCESS",
"source_files": [
"manifest.json",
"popup.css",
"popup.html",
"popup.js"
],
- "source_hash": "10d84072f653cfafc7796d5600d2f076a2398a4f",
+ "source_hash": "b9f3b8723ecc125ddf47f49987bfcd089591e0d2",
"zip_path": "examples\/api\/preferences\/allowThirdPartyCookies.zip"
},
{
« no previous file with comments | « chrome/common/extensions/docs/samples.html ('k') | chrome/common/extensions/docs/static/experimental.privacy.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698