| OLD | NEW |
| 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 // This file is needed to compile ISandBoxedProcessCallback.aidl and | 5 // This file is needed to compile IChildProcessCallback.aidl and |
| 6 // ISandboxedProcessServices.aidl into java source files. See | 6 // IChildProcessServices.aidl into java source files. See |
| 7 // content/public/android/java/content.xml for target aidl. | 7 // content/public/android/java/content.xml for target aidl. |
| 8 | 8 |
| 9 interface org.chromium.content.common.ISandboxedProcessCallback; | 9 interface org.chromium.content.common.IChildProcessCallback; |
| 10 interface org.chromium.content.common.ISandboxedProcessService; | 10 interface org.chromium.content.common.IChildProcessService; |
| OLD | NEW |