Chromium Code Reviews| Index: chrome/android/java/src/org/chromium/chrome/browser/photo_picker/IDecoderServiceCallback.aidl |
| diff --git a/chrome/android/java/src/org/chromium/chrome/browser/photo_picker/IDecoderServiceCallback.aidl b/chrome/android/java/src/org/chromium/chrome/browser/photo_picker/IDecoderServiceCallback.aidl |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..9e2569f53fdffc2d842e6a172368c21b74aedd0f |
| --- /dev/null |
| +++ b/chrome/android/java/src/org/chromium/chrome/browser/photo_picker/IDecoderServiceCallback.aidl |
| @@ -0,0 +1,9 @@ |
| +// Copyright 2017 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. |
| + |
| +package org.chromium.chrome.browser.photo_picker; |
| + |
| +interface IDecoderServiceCallback { |
|
Theresa
2017/06/20 15:11:56
Same question for this interface. I'm not sure wha
Finnur
2017/06/20 15:49:16
Some of the .aidl in the tree already indicate a p
|
| + oneway void onDecodeImageDone(in Bundle payload); |
| +} |