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

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

Issue 9212044: Improving `content_security_policy` documentation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Meggin's feedback. 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 e0ad4141d81e8d5ca7227a6721d7d3b691dcf4ba..3ba3573dd5b6c004b7a353c8f99de09059f79162 100644
--- a/chrome/common/extensions/docs/samples.json
+++ b/chrome/common/extensions/docs/samples.json
@@ -868,7 +868,6 @@
"crx_path": null,
"description": "A sample extension which uses Google Analytics to track usage.",
"features": [
- "background_page",
"browser_action"
],
"icon": "analytics-extension-icon-128.png",
@@ -877,13 +876,13 @@
"packaged_app": false,
"path": "examples\/tutorials\/analytics\/",
"protocols": [],
- "search_string": "EVENT TRACKING WITH GOOGLE ANALYTICS A SAMPLE EXTENSION WHICH USES GOOGLE ANALYTICS TO TRACK USAGE. BACKGROUND_PAGE BROWSER_ACTION",
+ "search_string": "EVENT TRACKING WITH GOOGLE ANALYTICS A SAMPLE EXTENSION WHICH USES GOOGLE ANALYTICS TO TRACK USAGE. BROWSER_ACTION",
"source_files": [
- "analytics.js",
"manifest.json",
- "popup.html"
+ "popup.html",
+ "popup.js"
],
- "source_hash": "48c84c58d7b3673be329cedb1b1351a6a23958ff",
+ "source_hash": "7465c76ddd9945e077724c3d5649d12c8fde8e8c",
"zip_path": "examples\/tutorials\/analytics.zip"
},
{
« no previous file with comments | « chrome/common/extensions/docs/samples.html ('k') | chrome/common/extensions/docs/static/contentSecurityPolicy.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698