Chromium Code Reviews| Index: chrome/common/extensions/api/tabs.json |
| diff --git a/chrome/common/extensions/api/tabs.json b/chrome/common/extensions/api/tabs.json |
| index 69a63c7a25d44a4479e7599212959f656416b4b1..bb94fef77a239f1eff084aa19ee6cbb2363ecfb4 100644 |
| --- a/chrome/common/extensions/api/tabs.json |
| +++ b/chrome/common/extensions/api/tabs.json |
| @@ -469,8 +469,8 @@ |
| }, |
| "index": { |
| "type": "integer", |
| - "minimum": 0, |
| - "description": "The position to move the window to. The provided value will be clamped to between zero and the number of tabs in the window." |
| + "minimum": -1, |
| + "description": "The position to move the window to. -1 will place the tab at the end of the window." |
| } |
| } |
| }, |