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

Unified Diff: chrome/common/extensions/api/downloads.idl

Issue 11566012: Implement chrome.downloads.drag() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: @r174808 Created 7 years, 12 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
« no previous file with comments | « chrome/browser/extensions/api/downloads/downloads_api.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/downloads.idl
diff --git a/chrome/common/extensions/api/downloads.idl b/chrome/common/extensions/api/downloads.idl
index 2cbb4ed8d3c6d214b7501cece2b81fb3f848f220..8e4d6bb9f8a8e5bbaa7b69f9b625e24d4bd29d8e 100644
--- a/chrome/common/extensions/api/downloads.idl
+++ b/chrome/common/extensions/api/downloads.idl
@@ -382,8 +382,8 @@ namespace downloads {
// downloads.
[nodoc] static void acceptDanger(long downloadId);
- // Initiate dragging the file to another application.
- [nodoc] static void drag(long downloadId);
+ // Initiate dragging the downloaded file to another application.
+ static void drag(long downloadId);
};
interface Events {
« no previous file with comments | « chrome/browser/extensions/api/downloads/downloads_api.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698