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

Unified Diff: content/public/android/java/src/org/chromium/content/common/IChildProcessCallback.aidl

Issue 2178973004: DialogSurfaceManager implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removed IDialogSurfaceActivityMapper from common.aidl Created 4 years 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: 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 85bebb93b0087af262751e66fa561df059ec6e27..f32e22ae1f5f691af971be2b8eadf71488dc09ee 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
@@ -17,4 +17,7 @@ interface IChildProcessCallback {
in UnguessableToken requestToken, in Surface surface);
SurfaceWrapper getViewSurface(int surfaceId);
+
+ // Return the DialogSurfaceManager instance.
+ IBinder getDialogSurfaceManager();
boliu 2017/01/04 23:14:39 Manager only has a single method. Is it going to g
liberato (no reviews please) 2017/01/11 22:17:56 i expect that it will get more, based on my discus
}

Powered by Google App Engine
This is Rietveld 408576698