Skip to content

Commit

Permalink
add chrome.windows.onBoundsChanged
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 685076379
  • Loading branch information
Closure Team authored and copybara-github committed Oct 12, 2024
1 parent a3d33cf commit ded223a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contrib/externs/chrome_extensions.js
Original file line number Diff line number Diff line change
Expand Up @@ -3855,6 +3855,8 @@ chrome.windows.onCreated;
/** @type {!ChromeEvent} */
chrome.windows.onFocusChanged;

/** @type {!ChromeEvent} */
chrome.windows.onBoundsChanged;

/** @type {!ChromeEvent} */
chrome.windows.onRemoved;
Expand Down

0 comments on commit ded223a

Please sign in to comment.