| Index: content/public/android/java/src/org/chromium/content/common/IChildProcessService.aidl
|
| diff --git a/content/public/android/java/src/org/chromium/content/common/ISandboxedProcessService.aidl b/content/public/android/java/src/org/chromium/content/common/IChildProcessService.aidl
|
| similarity index 73%
|
| rename from content/public/android/java/src/org/chromium/content/common/ISandboxedProcessService.aidl
|
| rename to content/public/android/java/src/org/chromium/content/common/IChildProcessService.aidl
|
| index b8f7da390b8e25f6b908d28298e4f4c8d4d1eb4a..75d07d3c1fca5ec30adc149c035f021782b78c99 100644
|
| --- a/content/public/android/java/src/org/chromium/content/common/ISandboxedProcessService.aidl
|
| +++ b/content/public/android/java/src/org/chromium/content/common/IChildProcessService.aidl
|
| @@ -4,14 +4,14 @@
|
|
|
| package org.chromium.content.common;
|
|
|
| -import org.chromium.content.common.ISandboxedProcessCallback;
|
| +import org.chromium.content.common.IChildProcessCallback;
|
|
|
| import android.view.Surface;
|
| import android.os.Bundle;
|
|
|
| -interface ISandboxedProcessService {
|
| +interface IChildProcessService {
|
| // Sets up the initial IPC channel and returns the pid of the sandboxed process.
|
| - int setupConnection(in Bundle args, ISandboxedProcessCallback callback);
|
| + int setupConnection(in Bundle args, IChildProcessCallback callback);
|
|
|
| // Shares the Surface with the sandboxed process.
|
| void setSurface(int type, in Surface surface, int primaryID, int secondaryID);
|
|
|