Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(436)

Unified Diff: media/base/android/java/src/org/chromium/media/common.aidl

Issue 1967553002: DO NOT COMMIT - DialogSurface initial implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cleanup Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « media/base/android/java/src/org/chromium/media/IDialogSurfaceManager.aidl ('k') | media/base/android/media_jni_registrar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698