Chromium Code Reviews| 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 ce55501ef020034ff2929fe96d75422452166960..cf95448eb0039d6b9d50c29a2d1263c5e05c794a 100644 |
| --- a/chrome/common/extensions/api/experimental_record.json |
| +++ b/chrome/common/extensions/api/experimental_record.json |
| @@ -1,6 +1,7 @@ |
| [ |
| { |
| "namespace": "experimental.record", |
| + "description": "The <code>chrome.experimental.record</code> API.", |
|
epeterson
2013/06/21 20:10:15
Couldn't really figure out the the API was for..
|
| "types": [ |
| { |
| "id": "SessionDetails", |
| @@ -10,7 +11,7 @@ |
| "extensionPath": { |
| "type": "string", |
| "optional": true, |
| - "description": |
| + "description": |
| "Absolute path to an unpacked extension to run in the subbrowser session." |
| } |
| } |
| @@ -80,7 +81,7 @@ |
| "description": "Unique name of capture. Use to determine cache." |
| }, |
| { |
| - "type": "integer", |
| + "type": "integer", |
| "name": "repeatCount", |
| "minimum": 0, |
| "maximum": 100 |