| OLD | NEW |
| 1 <div id="pageData-title" class="pageData">Windows</div> | 1 <div id="pageData-name" class="pageData">Windows</div> |
| 2 | 2 |
| 3 <!-- BEGIN AUTHORED CONTENT --> | 3 <!-- BEGIN AUTHORED CONTENT --> |
| 4 <p id="classSummary"> | 4 <p id="classSummary"> |
| 5 Use the <code>chrome.windows</code> module | 5 Use the <code>chrome.windows</code> module |
| 6 to interact with browser windows. | 6 to interact with browser windows. |
| 7 You can use this module to | 7 You can use this module to |
| 8 create, modify, and rearrange windows in the browser. | 8 create, modify, and rearrange windows in the browser. |
| 9 </p> | 9 </p> |
| 10 | 10 |
| 11 <img src="images/windows.png" | 11 <img src="images/windows.png" |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 45 <a href="tabs.html#method-getSelected">chrome.tabs.getSelected</a>. | 45 <a href="tabs.html#method-getSelected">chrome.tabs.getSelected</a>. |
| 46 The current window is the window that contains the page that made | 46 The current window is the window that contains the page that made |
| 47 the call, no matter what the topmost window is. | 47 the call, no matter what the topmost window is. |
| 48 </p> | 48 </p> |
| 49 | 49 |
| 50 <p>In the case of the <a href="background_pages.html">background page</a>, | 50 <p>In the case of the <a href="background_pages.html">background page</a>, |
| 51 the value of the current window falls back to the topmost window. | 51 the value of the current window falls back to the topmost window. |
| 52 </p> | 52 </p> |
| 53 | 53 |
| 54 <!-- END AUTHORED CONTENT --> | 54 <!-- END AUTHORED CONTENT --> |
| OLD | NEW |