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

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

Issue 2881038: Extension doc changes (nothing buildable or testable) - Add boilerplate line for experimental api... (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: render docs Created 10 years, 5 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
OLDNEW
1 <!-- BEGIN AUTHORED CONTENT --> 1 <!-- BEGIN AUTHORED CONTENT -->
2 <p id="classSummary"> 2
3 For information on how to use experimental APIs,
4 see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
5 </p>
6 3
7 <h2>Notes</h2> 4 <h2>Notes</h2>
8 5
9 <p> 6 <p>
10 For all functions exposed by this API, the argument to the callback indicates 7 For all functions exposed by this API, the argument to the callback indicates
11 whether or not the event was successfully dispatched, not whether the event was 8 whether or not the event was successfully dispatched, not whether the event was
12 successfully processed and handled. Most callers won't care, since a failure 9 successfully processed and handled. Most callers won't care, since a failure
13 generally indicates the tab is going away. 10 generally indicates the tab is going away.
14 </p> 11 </p>
15 12
16 <!-- END AUTHORED CONTENT --> 13 <!-- END AUTHORED CONTENT -->
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/samples.html ('k') | chrome/common/extensions/docs/static/experimental.infobars.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698