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

Unified Diff: core/fileapi/BlobCallback.idl

Issue 2786203002: Roll 50: Copied IDLs, PYTHON scripts from WebKit removed deleted files in WebCore (Closed)
Patch Set: Created 3 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
« no previous file with comments | « core/events/UIEventInit.idl ('k') | core/fileapi/FileError.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/fileapi/BlobCallback.idl
diff --git a/modules/filesystem/FileCallback.idl b/core/fileapi/BlobCallback.idl
similarity index 95%
copy from modules/filesystem/FileCallback.idl
copy to core/fileapi/BlobCallback.idl
index 2a692ba166d82a4ce38c60ca81452a65e61ee5d8..e3ebb5e6f2e28c6decb0772c73a802812de17f77 100644
--- a/modules/filesystem/FileCallback.idl
+++ b/core/fileapi/BlobCallback.idl
@@ -28,6 +28,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-callback interface FileCallback {
- void handleEvent(File file);
+callback interface BlobCallback {
+ void handleEvent(Blob? blob);
};
« no previous file with comments | « core/events/UIEventInit.idl ('k') | core/fileapi/FileError.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698