Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(450)

Side by Side Diff: chrome/common/extensions/docs/static/windows.html

Issue 465039: Extension Doc Changes (no building or testable changes) (Closed)
Patch Set: Created 11 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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 -->
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/static/tutorials.html ('k') | chrome/common/extensions/docs/static/xhr.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698