| OLD | NEW |
| 1 // Copyright 2012 The Chromium Authors. All rights reserved. | 1 // Copyright 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 IChildProcessCallback.aidl and | 5 // This file is needed to compile IGpuProcessCallback.aidl. |
| 6 // IChildProcessServices.aidl into java source files. See | |
| 7 // content/public/android/java/content.xml for target aidl. | |
| 8 | 6 |
| 9 interface org.chromium.content.common.IChildProcessCallback; | |
| 10 interface org.chromium.content.common.IChildProcessService; | |
| 11 parcelable org.chromium.base.UnguessableToken; | 7 parcelable org.chromium.base.UnguessableToken; |
| OLD | NEW |