Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / chrome / common / extensions / api / image_writer_private.idl
index 8c49b68..3815b15 100644 (file)
@@ -4,6 +4,9 @@
 
 // Use the <code>chrome.image_writer</code> API to write images to
 // removable media.
+//
+// See the design doc for a detailed description of this API.
+// https://goto.google.com/image-writer-private-designdoc
 [nodoc] namespace imageWriterPrivate {
   // The different stages of a write call.
   //
@@ -55,6 +58,7 @@
     double capacity;
     DOMString vendor;
     DOMString model;
+    boolean removable;
   };
 
   callback WriteImageCallback = void ();