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

Side by Side Diff: chrome/common/extensions/docs/override.html

Issue 6295008: Extension - Docs - Add a note where user cannot override newtab incognito windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 <!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 370 matching lines...) Expand 10 before | Expand all | Expand 10 after
381 only one page. 381 only one page.
382 </p> 382 </p>
383 383
384 <p class="note"> 384 <p class="note">
385 <b>Note:</b> 385 <b>Note:</b>
386 If you want to override the page in incognito windows as well, make sure to 386 If you want to override the page in incognito windows as well, make sure to
387 specify "spanning" mode for the <a href="manifest.html#incognito">incognito</a> 387 specify "spanning" mode for the <a href="manifest.html#incognito">incognito</a>
388 manifest property. 388 manifest property.
389 </p> 389 </p>
390 390
391 <p class="note">
392 <b>Note:</b>
393 You cannot override the new tab page in incognito windows.
394 </p>
395
391 <p> 396 <p>
392 The following screenshots show the default New Tab page 397 The following screenshots show the default New Tab page
393 next to a custom New Tab page. 398 next to a custom New Tab page.
394 </p> 399 </p>
395 400
396 <table id="pics"> 401 <table id="pics">
397 <tbody><tr> 402 <tbody><tr>
398 <td> <b>The default New Tab page</b> </td> 403 <td> <b>The default New Tab page</b> </td>
399 <td> <b>An alternative New Tab page</b> </td> 404 <td> <b>An alternative New Tab page</b> </td>
400 </tr> 405 </tr>
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
684 _uff=0; 689 _uff=0;
685 urchinTracker(); 690 urchinTracker();
686 } 691 }
687 catch(e) {/* urchinTracker not available. */} 692 catch(e) {/* urchinTracker not available. */}
688 </script> 693 </script>
689 <!-- end analytics --> 694 <!-- end analytics -->
690 </div> 695 </div>
691 </div> <!-- /gc-footer --> 696 </div> <!-- /gc-footer -->
692 </div> <!-- /gc-container --> 697 </div> <!-- /gc-container -->
693 </body></html> 698 </body></html>
OLDNEW
« no previous file with comments | « no previous file | chrome/common/extensions/docs/static/override.html » ('j') | chrome/common/extensions/docs/static/override.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698