| Index: third_party/WebKit/public/platform/modules/imagecapture/image_capture.mojom
 | 
| diff --git a/third_party/WebKit/public/platform/modules/imagecapture/image_capture.mojom b/third_party/WebKit/public/platform/modules/imagecapture/image_capture.mojom
 | 
| new file mode 100644
 | 
| index 0000000000000000000000000000000000000000..11c909f5539ec6d177e5b0e268e77743d09614fb
 | 
| --- /dev/null
 | 
| +++ b/third_party/WebKit/public/platform/modules/imagecapture/image_capture.mojom
 | 
| @@ -0,0 +1,11 @@
 | 
| +// Copyright 2016 The Chromium Authors. All rights reserved.
 | 
| +// Use of this source code is governed by a BSD-style license that can be
 | 
| +// found in the LICENSE file.
 | 
| +
 | 
| +module blink.mojom;
 | 
| +
 | 
| +interface ImageCapture
 | 
| +{
 | 
| +    TakePhoto(string sourceid)
 | 
| +        => (string mime_type, array<uint8> data);
 | 
| +};
 | 
| 
 |