Index: chrome/common/extensions/api/tabs.json |
diff --git a/chrome/common/extensions/api/tabs.json b/chrome/common/extensions/api/tabs.json |
index de8ed6724f6afa847d699e8f4a8ee23fe349a0ca..39e4969b34175274cd318fbde54310fd2c4019f8 100644 |
--- a/chrome/common/extensions/api/tabs.json |
+++ b/chrome/common/extensions/api/tabs.json |
@@ -429,6 +429,7 @@ |
{ |
"type": "object", |
"name": "moveProperties", |
+ "optional": true, |
"properties": { |
"windowId": { |
"type": "integer", |
@@ -439,7 +440,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." |
+ "optional": true, |
+ "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. Defaults to the index of the last tab in the window." |
} |
} |
}, |