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 |