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

Unified Diff: chrome/common/extensions/api/experimental_record.json

Issue 10386134: Record API fix adding FirstRun, and allowing repeat-count in capture (plus some browsertests along … (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Retrying due to patch failure Created 8 years, 6 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/extensions/docs/examples/api/record/page_cycler.zip » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/experimental_record.json
diff --git a/chrome/common/extensions/api/experimental_record.json b/chrome/common/extensions/api/experimental_record.json
index fe8c04c2c5f021344be01b52600747c1218a93be..7e477d72bb17b1d315bfcc417d183e6c64297d91 100644
--- a/chrome/common/extensions/api/experimental_record.json
+++ b/chrome/common/extensions/api/experimental_record.json
@@ -7,8 +7,7 @@
"type": "object",
"description": "",
"properties": {
- "extensionPath": {"type": "string", "optional": true, "description": "A path to an extension to run in the session. Should be an unpacked extension."},
- "repeatCount": {"type": "integer", "optional": true, "description": "Number of times to repeat sequence. Defaults to 1."}
+ "extensionPath": {"type": "string", "optional": true, "description": "A path to an extension to run in the session. Should be an unpacked extension."}
}
},
{
@@ -38,9 +37,8 @@
"name": "cacheDirectoryPath"
},
{
- "$ref": "SessionDetails",
- "name": "details",
- "optional": true
+ "type": "integer",
+ "name": "repeatCount"
},
{
"name": "callback",
@@ -72,6 +70,10 @@
"name": "captureDirectoryPath"
},
{
+ "type": "integer",
+ "name": "repeatCount"
+ },
+ {
"$ref": "SessionDetails",
"name": "details",
"optional": true
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/extensions/docs/examples/api/record/page_cycler.zip » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698