Merge pull request #1230 from ChaosinaCan/patch-1

Add windowId property to removeInfo object
This commit is contained in:
basarat
2013-11-05 21:35:14 -08:00
+1
View File
@@ -1718,6 +1718,7 @@ declare module chrome.tabs {
}
interface TabRemoveInfo {
windowId: number;
isWindowClosing: boolean;
}