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

Side by Side Diff: chrome/common/extensions/docs/apps/app.runtime.html

Issue 10905306: Revert 156659 - Restart running apps when chrome restarts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc. Note: 1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc. Note:
2 1) The <head> information in this page is significant, should be uniform 2 1) The <head> information in this page is significant, should be uniform
3 across api docs and should be edited only with knowledge of the 3 across api docs and should be edited only with knowledge of the
4 templating mechanism. 4 templating mechanism.
5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a 5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a
6 browser, it will be re-generated from the template, json schema and 6 browser, it will be re-generated from the template, json schema and
7 authored overview content. 7 authored overview content.
8 4) The <body>.innerHTML is also generated by an offline step so that this 8 4) The <body>.innerHTML is also generated by an offline step so that this
9 page may easily be indexed by search engines. 9 page may easily be indexed by search engines.
10 --><html xmlns="http://www.w3.org/1999/xhtml"><head> 10 --><html xmlns="http://www.w3.org/1999/xhtml"><head>
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 <h2>Contents</h2> 164 <h2>Contents</h2>
165 <ol> 165 <ol>
166 <li> 166 <li>
167 <a href="#apiReference">API reference: chrome.app.runtime</a> 167 <a href="#apiReference">API reference: chrome.app.runtime</a>
168 <ol> 168 <ol>
169 <li> 169 <li>
170 <a href="#global-events">Events</a> 170 <a href="#global-events">Events</a>
171 <ol> 171 <ol>
172 <li> 172 <li>
173 <a href="#event-onLaunched">onLaunched</a> 173 <a href="#event-onLaunched">onLaunched</a>
174 </li><li>
175 <a href="#event-onRestarted">onRestarted</a>
176 </li> 174 </li>
177 </ol> 175 </ol>
178 </li> 176 </li>
179 </ol> 177 </ol>
180 </li> 178 </li>
181 </ol> 179 </ol>
182 </div> 180 </div>
183 <!-- /TABLE OF CONTENTS --> 181 <!-- /TABLE OF CONTENTS -->
184 <!-- Standard content lead-in for experimental API pages --> 182 <!-- Standard content lead-in for experimental API pages -->
185 <!-- STATIC CONTENT PLACEHOLDER --> 183 <!-- STATIC CONTENT PLACEHOLDER -->
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
391 </div> 389 </div>
392 </div> 390 </div>
393 </dl> 391 </dl>
394 </div> 392 </div>
395 <!-- EXTRA PARAMETERS --> 393 <!-- EXTRA PARAMETERS -->
396 <!-- LISTENER RETURN VALUE --> 394 <!-- LISTENER RETURN VALUE -->
397 <dl> 395 <dl>
398 </dl> 396 </dl>
399 </div> <!-- /description --> 397 </div> <!-- /description -->
400 <!-- /description --> 398 <!-- /description -->
401 </div><div class="apiItem">
402 <a name="event-onRestarted"></a>
403 <h4>onRestarted</h4>
404 <div class="summary">
405 <!-- Note: intentionally longer 80 columns -->
406 <span class="subdued">chrome.app.runtime.</span><span>onRestarte d</span><span class="subdued">.addListener</span>(function(<span></span>) <span class="subdued">{...}</span><span></span>);
407 </div>
408 <div class="description">
409 <!-- LISTENER PARAMETERS -->
410 <!-- EXTRA PARAMETERS -->
411 <!-- LISTENER RETURN VALUE -->
412 <dl>
413 </dl>
414 </div> <!-- /description -->
415 <!-- /description -->
416 </div> <!-- /apiItem --> 399 </div> <!-- /apiItem -->
417 </div> <!-- /apiGroup --> 400 </div> <!-- /apiGroup -->
418 <!-- TYPES --> 401 <!-- TYPES -->
419 <!-- /apiGroup --> 402 <!-- /apiGroup -->
420 </div> <!-- /apiPage --> 403 </div> <!-- /apiPage -->
421 </div> <!-- /gc-pagecontent --> 404 </div> <!-- /gc-pagecontent -->
422 </div> <!-- /g-section --> 405 </div> <!-- /g-section -->
423 </div> <!-- /codesiteContent --> 406 </div> <!-- /codesiteContent -->
424 <div id="gc-footer" --=""> 407 <div id="gc-footer" --="">
425 <div class="text"> 408 <div class="text">
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
457 _uff=0; 440 _uff=0;
458 urchinTracker(); 441 urchinTracker();
459 } 442 }
460 catch(e) {/* urchinTracker not available. */} 443 catch(e) {/* urchinTracker not available. */}
461 </script> 444 </script>
462 <!-- end analytics --> 445 <!-- end analytics -->
463 </div> 446 </div>
464 </div> <!-- /gc-footer --> 447 </div> <!-- /gc-footer -->
465 </div> <!-- /gc-container --> 448 </div> <!-- /gc-container -->
466 </body></html> 449 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/app_runtime.idl ('k') | chrome/common/extensions/docs/samples.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698