Chromium Code Reviews| Index: content/public/android/java/src/org/chromium/content/common/IChildProcessCallback.aidl |
| diff --git a/content/public/android/java/src/org/chromium/content/common/IChildProcessCallback.aidl b/content/public/android/java/src/org/chromium/content/common/IChildProcessCallback.aidl |
| index bf298858130d144ef147c11c16498a9f33f0d0f5..518dc1ab69f8225ac7990820889f540f7140060a 100644 |
| --- a/content/public/android/java/src/org/chromium/content/common/IChildProcessCallback.aidl |
| +++ b/content/public/android/java/src/org/chromium/content/common/IChildProcessCallback.aidl |
| @@ -24,4 +24,7 @@ interface IChildProcessCallback { |
| void unregisterSurfaceTextureSurface(int surfaceTextureId, int clientId); |
| SurfaceWrapper getSurfaceTextureSurface(int surfaceTextureId); |
| + |
| + // Return the DialogSurfaceManager instance. |
| + IBinder getDialogSurfaceManager(); |
|
boliu
2016/11/14 16:39:25
hmm, surprising that aidl security review isn't en
liberato (no reviews please)
2016/12/20 17:16:38
good catch. i'll make sure that these get reviewe
|
| } |