| Index: media/base/android/java/src/org/chromium/media/common.aidl
|
| diff --git a/chrome/android/webapk/libs/runtime_library/src/org/chromium/webapk/lib/runtime_library/common.aidl b/media/base/android/java/src/org/chromium/media/common.aidl
|
| similarity index 62%
|
| copy from chrome/android/webapk/libs/runtime_library/src/org/chromium/webapk/lib/runtime_library/common.aidl
|
| copy to media/base/android/java/src/org/chromium/media/common.aidl
|
| index 163cc978c4b9d453c0cc3586be73f728637d6a61..8b65244c2970cc220c46cfe2fb74c063c931de07 100644
|
| --- a/chrome/android/webapk/libs/runtime_library/src/org/chromium/webapk/lib/runtime_library/common.aidl
|
| +++ b/media/base/android/java/src/org/chromium/media/common.aidl
|
| @@ -2,4 +2,5 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -interface org.chromium.webapk.lib.runtime_library.IWebApkApi;
|
| +interface org.chromium.media.IDialogSurface;
|
| +interface org.chromium.media.IDialogSurfaceCallback;
|
|
|