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

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

Issue 7608001: Remove stray underscore in referringVisitId field description. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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
« no previous file with comments | « chrome/common/extensions/api/extension_api.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3410 matching lines...) Expand 10 before | Expand all | Expand 10 after
3421 </span> 3421 </span>
3422 </span> 3422 </span>
3423 ) 3423 )
3424 </div> 3424 </div>
3425 3425
3426 </em> 3426 </em>
3427 </dt> 3427 </dt>
3428 <dd class="todo" style="display: none; "> 3428 <dd class="todo" style="display: none; ">
3429 Undocumented. 3429 Undocumented.
3430 </dd> 3430 </dd>
3431 <dd>The visit_id of the referrer.</dd> 3431 <dd>The visit ID of the referrer.</dd>
3432 <dd style="display: none; "> 3432 <dd style="display: none; ">
3433 This parameter was added in version 3433 This parameter was added in version
3434 <b><span></span></b>. 3434 <b><span></span></b>.
3435 You must omit this parameter in earlier versions, 3435 You must omit this parameter in earlier versions,
3436 and you may omit it in any version. If you require this 3436 and you may omit it in any version. If you require this
3437 parameter, the manifest key 3437 parameter, the manifest key
3438 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a> 3438 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
3439 can ensure that your extension won't be run in an earlier browser ve rsion. 3439 can ensure that your extension won't be run in an earlier browser ve rsion.
3440 </dd> 3440 </dd>
3441 3441
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
3592 _uff=0; 3592 _uff=0;
3593 urchinTracker(); 3593 urchinTracker();
3594 } 3594 }
3595 catch(e) {/* urchinTracker not available. */} 3595 catch(e) {/* urchinTracker not available. */}
3596 </script> 3596 </script>
3597 <!-- end analytics --> 3597 <!-- end analytics -->
3598 </div> 3598 </div>
3599 </div> <!-- /gc-footer --> 3599 </div> <!-- /gc-footer -->
3600 </div> <!-- /gc-container --> 3600 </div> <!-- /gc-container -->
3601 </body></html> 3601 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/extension_api.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698