| 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"
|
| },
|
| {
|
|
|