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

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

Issue 882003: Implement chrome.experimental.clipboard extension API. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 10 years, 9 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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/static/experimental.clipboard.html
===================================================================
--- chrome/common/extensions/docs/static/experimental.clipboard.html (revision 0)
+++ chrome/common/extensions/docs/static/experimental.clipboard.html (revision 0)
@@ -0,0 +1,16 @@
+<!-- BEGIN AUTHORED CONTENT -->
+<p id="classSummary">
+For information on how to use experimental APIs,
+see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
+</p>
+
+<h2>Notes</h2>
+
+<p>
+For all functions exposed by this API, the argument to the callback indicates
+whether or not the event was successfully dispatched, not whether the event was
+successfully processed and handled. Most callers won't care, since a failure
+generally indicates the tab is going away.
+</p>
+
+<!-- END AUTHORED CONTENT -->
« no previous file with comments | « chrome/common/extensions/docs/experimental.clipboard.html ('k') | chrome/renderer/resources/renderer_extension_bindings.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698