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

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

Issue 8071025: Move contentSettings extension API out of experimental (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: '' Created 9 years, 3 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 66f22ed93b159058e6a70165e77a3f9d98a6e71f..cf9a5de75b6c5a9f3494c871d90386ba3be6f5c1 100644
--- a/chrome/common/extensions/docs/samples.json
+++ b/chrome/common/extensions/docs/samples.json
@@ -643,7 +643,6 @@
"features": [
"browser_action",
"contentSettings",
- "experimental",
"popup",
"tabs"
],
@@ -652,12 +651,12 @@
"name": "Content settings",
"path": "examples\/api\/contentSettings\/",
"protocols": [],
- "search_string": "CONTENT SETTINGS SHOWS THE CONTENT SETTINGS FOR THE CURRENT SITE. BROWSER_ACTION CONTENTSETTINGS EXPERIMENTAL POPUP TABS CHROME.TABS.GET CHROME.TABS.GETSELECTED",
+ "search_string": "CONTENT SETTINGS SHOWS THE CONTENT SETTINGS FOR THE CURRENT SITE. BROWSER_ACTION CONTENTSETTINGS POPUP TABS CHROME.TABS.GET CHROME.TABS.GETSELECTED",
"source_files": [
"manifest.json",
"popup.html"
],
- "source_hash": "aab21662d31c6d61f2304eacce32a3b6ca8bb207",
+ "source_hash": "14d647a5ea1fa8551089fdb8810b6acaf16530cf",
"zip_path": "examples\/api\/contentSettings.zip"
},
{

Powered by Google App Engine
This is Rietveld 408576698