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

Side by Side Diff: chrome/common/extensions/docs/templates/articles/manifestVersion.html

Issue 11745015: Update references to the extension messaging APIs to point to the "runtime" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 11 months 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 | Annotate | Revision Log
OLDNEW
1 <h1>Manifest Version</h1> 1 <h1>Manifest Version</h1>
2 2
3 <style type="text/css"> 3 <style type="text/css">
4 #schedule h3 { 4 #schedule h3 {
5 margin-bottom:0; 5 margin-bottom:0;
6 } 6 }
7 7
8 #schedule p { 8 #schedule p {
9 margin-top:0; 9 margin-top:0;
10 margin-bottom:1em; 10 margin-bottom:1em;
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 <li> 213 <li>
214 <p> 214 <p>
215 <code>chrome.extension.getTabContentses</code> (!!!) and 215 <code>chrome.extension.getTabContentses</code> (!!!) and
216 <code>chrome.extension.getExtensionTabs</code> are gone. Use 216 <code>chrome.extension.getExtensionTabs</code> are gone. Use
217 $ref:extension.getViews instead. 217 $ref:extension.getViews instead.
218 </p> 218 </p>
219 </li> 219 </li>
220 <li> 220 <li>
221 <p> 221 <p>
222 <code>Port.tab</code> is gone. Use 222 <code>Port.tab</code> is gone. Use
223 $ref:extension.Port 223 $ref:runtime.Port
224 instead. 224 instead.
225 </p> 225 </p>
226 </li> 226 </li>
227 </ul> 227 </ul>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698