Chromium Code Reviews| 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..5158819dc365f319103e199ea69b72eeeb3684cb |
| --- /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. |
|
dcheng
2016/04/28 16:57:28
Please add a noparent IPC OWNERS rule to cover the
mcasas
2016/04/28 19:35:49
Done.
|
| +// 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, string data); |
| +}; |