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

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

Issue 10832191: Major revision of page cycler UI. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fixes per jyasskin Created 8 years, 4 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 6d404305959b7e041a576a7234dfff7c50c8de11..f50aabcbe6bd4f39aab38bed9c64bf0336959dee 100644
--- a/chrome/common/extensions/docs/samples.json
+++ b/chrome/common/extensions/docs/samples.json
@@ -1060,6 +1060,32 @@
},
{
"api_calls": [
+ "chrome.experimental.record.captureURLs",
+ "chrome.experimental.record.replayURLs"
+ ],
+ "crx_path": null,
+ "description": "Cycler UI",
+ "features": [
+ "experimental"
+ ],
+ "icon": "cycler_icon.png",
+ "id": "d54d16889efa6cec743eb8a21443ebf5899bf1d5",
+ "name": "Cycler",
+ "packaged_app": true,
+ "path": "examples/apps/cycler/",
+ "protocols": [],
+ "search_string": "CYCLER CYCLER UI EXPERIMENTAL CHROME.EXPERIMENTAL.RECORD.CAPTUREURLS CHROME.EXPERIMENTAL.RECORD.REPLAYURLS",
+ "source_files": [
+ "cycler.css",
+ "cycler.html",
+ "cycler.js",
+ "manifest.json"
+ ],
+ "source_hash": "3e1cc833e976c2cb234cdab3dff9bd26957d897d",
+ "zip_path": "examples/apps/cycler.zip"
+ },
+ {
+ "api_calls": [
"chrome.downloads.download",
"chrome.tabs.executeScript",
"chrome.tabs.query",

Powered by Google App Engine
This is Rietveld 408576698