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

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: Adding note about setTimeout and strings. 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 e42e12394df03219eb2276a9a57d65df7bbd8cc2..726f54a268a9c0a2c37da62b3fe76f93f1e43f0b 100644
--- a/chrome/common/extensions/docs/samples.json
+++ b/chrome/common/extensions/docs/samples.json
@@ -867,7 +867,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",
@@ -876,13 +875,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": "c8d53a870ce15eff468b8fceb0ce454a8dc1e566",
"zip_path": "examples\/tutorials\/analytics.zip"
},
{

Powered by Google App Engine
This is Rietveld 408576698