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

Side by Side Diff: chrome/common/extensions/docs/experimental.speechInput.html

Issue 8508051: Revert 109285 - Seems to have broken chrome_frame_net_tests on the win_rel trybot, stuffing up th... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 1 month 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') | chrome/common/pref_names.h » ('j') | 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 1452 matching lines...) Expand 10 before | Expand all | Expand 10 after
1463 </span> 1463 </span>
1464 </span> 1464 </span>
1465 ) 1465 )
1466 </div> 1466 </div>
1467 1467
1468 </em> 1468 </em>
1469 </dt> 1469 </dt>
1470 <dd class="todo" style="display: none; "> 1470 <dd class="todo" style="display: none; ">
1471 Undocumented. 1471 Undocumented.
1472 </dd> 1472 </dd>
1473 <dd>Name of the grammar to use. Defaults to 'builtin:dictation'.</dd> 1473 <dd>Name of the grammar to use. Defaults to 'builtin:search'.</dd>
1474 <dd style="display: none; "> 1474 <dd style="display: none; ">
1475 This parameter was added in version 1475 This parameter was added in version
1476 <b><span></span></b>. 1476 <b><span></span></b>.
1477 You must omit this parameter in earlier versions, 1477 You must omit this parameter in earlier versions,
1478 and you may omit it in any version. If you require this 1478 and you may omit it in any version. If you require this
1479 parameter, the manifest key 1479 parameter, the manifest key
1480 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a> 1480 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
1481 can ensure that your extension won't be run in an earlier browser ve rsion. 1481 can ensure that your extension won't be run in an earlier browser ve rsion.
1482 </dd> 1482 </dd>
1483 1483
(...skipping 640 matching lines...) Expand 10 before | Expand all | Expand 10 after
2124 _uff=0; 2124 _uff=0;
2125 urchinTracker(); 2125 urchinTracker();
2126 } 2126 }
2127 catch(e) {/* urchinTracker not available. */} 2127 catch(e) {/* urchinTracker not available. */}
2128 </script> 2128 </script>
2129 <!-- end analytics --> 2129 <!-- end analytics -->
2130 </div> 2130 </div>
2131 </div> <!-- /gc-footer --> 2131 </div> <!-- /gc-footer -->
2132 </div> <!-- /gc-container --> 2132 </div> <!-- /gc-container -->
2133 </body></html> 2133 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/extension_api.json ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698