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

Unified Diff: chrome/common/extensions/docs/samples.json

Issue 8341010: Samples for `enableReferrer` and `allowThirdPartyCookies` should use the `privacy` namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Docs. Created 9 years, 2 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
« no previous file with comments | « chrome/common/extensions/docs/samples.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/samples.json
diff --git a/chrome/common/extensions/docs/samples.json b/chrome/common/extensions/docs/samples.json
index e6d1a9ae61e3a70aafd9acb7e2990c2e8d9f6146..8920cd69fda7cde135b82fd764b599d452c76a52 100644
--- a/chrome/common/extensions/docs/samples.json
+++ b/chrome/common/extensions/docs/samples.json
@@ -407,9 +407,37 @@
"description": "Sample extension which demonstrates how to access a preference.",
"features": [
"browser_action",
- "contentSettings",
"experimental",
- "popup"
+ "popup",
+ "privacy"
+ ],
+ "icon": null,
+ "id": "0bf0930a32829dfb77170535ecb27adc2de3998a",
+ "name": "Block\/allow referrer API example extension",
+ "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 POPUP PRIVACY CHROME.EXTENSION.ISALLOWEDINCOGNITOACCESS",
+ "source_files": [
+ "manifest.json",
+ "popup.css",
+ "popup.html",
+ "popup.js"
+ ],
+ "source_hash": "c2114f2faf51a5fdc08002cab3a5bdaefb2073cd",
+ "zip_path": "examples\/api\/preferences\/enableReferrer.zip"
+ },
+ {
+ "api_calls": [
+ "chrome.extension.isAllowedIncognitoAccess"
+ ],
+ "crx_path": null,
+ "description": "Sample extension which demonstrates how to access a preference.",
+ "features": [
+ "browser_action",
+ "experimental",
+ "popup",
+ "privacy"
],
"icon": null,
"id": "7da105f28e200d42510aff3591dfa5aeb0b82605",
@@ -417,12 +445,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 CONTENTSETTINGS EXPERIMENTAL POPUP CHROME.EXTENSION.ISALLOWEDINCOGNITOACCESS",
+ "search_string": "BLOCK\/ALLOW THIRD-PARTY COOKIES API EXAMPLE EXTENSION SAMPLE EXTENSION WHICH DEMONSTRATES HOW TO ACCESS A PREFERENCE. BROWSER_ACTION EXPERIMENTAL POPUP PRIVACY CHROME.EXTENSION.ISALLOWEDINCOGNITOACCESS",
"source_files": [
"manifest.json",
- "popup.html"
+ "popup.css",
+ "popup.html",
+ "popup.js"
],
- "source_hash": "67648790a6ee68e071627e870868d5582e1ef2b5",
+ "source_hash": "7ccf3f2ab08bbde36f62df34e93fc57eaff2fa3a",
"zip_path": "examples\/api\/preferences\/allowThirdPartyCookies.zip"
},
{
@@ -805,32 +835,6 @@
"zip_path": "examples\/extensions\/email_this_page.zip"
},
{
- "api_calls": [
- "chrome.extension.isAllowedIncognitoAccess"
- ],
- "crx_path": null,
- "description": "Sample extension which demonstrates how to access a preference.",
- "features": [
- "browser_action",
- "contentSettings",
- "experimental",
- "popup"
- ],
- "icon": null,
- "id": "0bf0930a32829dfb77170535ecb27adc2de3998a",
- "name": "Enable\/disable referrers API example extension",
- "packaged_app": false,
- "path": "examples\/api\/preferences\/enableReferrer\/",
- "protocols": [],
- "search_string": "ENABLE\/DISABLE REFERRERS API EXAMPLE EXTENSION SAMPLE EXTENSION WHICH DEMONSTRATES HOW TO ACCESS A PREFERENCE. BROWSER_ACTION CONTENTSETTINGS EXPERIMENTAL POPUP CHROME.EXTENSION.ISALLOWEDINCOGNITOACCESS",
- "source_files": [
- "manifest.json",
- "popup.html"
- ],
- "source_hash": "e3514a32b04876d79e64f31ffe7beb4bbae98d33",
- "zip_path": "examples\/api\/preferences\/enableReferrer.zip"
- },
- {
"api_calls": [],
"crx_path": null,
"description": "A sample extension which uses Google Analytics to track usage.",
@@ -1439,7 +1443,7 @@
"popup.html",
"popup.js"
],
- "source_hash": "175f010b7eacb72207b7018732d3e6dca4e8d164",
+ "source_hash": "8446b89f4eb2d8cb6b49e306e87845b9dd385af5",
"zip_path": "examples\/extensions\/mappy.zip"
},
{
« no previous file with comments | « chrome/common/extensions/docs/samples.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698