| Index: base/android/java/src/org/chromium/base/process_launcher/IChildProcessService.aidl
|
| diff --git a/base/android/java/src/org/chromium/base/process_launcher/IChildProcessService.aidl b/base/android/java/src/org/chromium/base/process_launcher/IChildProcessService.aidl
|
| index ea680c3539c4e01af5eeec2390a213e83f7b26d1..32a534785eceec11003a1d7d9a6ba2397ba14485 100644
|
| --- a/base/android/java/src/org/chromium/base/process_launcher/IChildProcessService.aidl
|
| +++ b/base/android/java/src/org/chromium/base/process_launcher/IChildProcessService.aidl
|
| @@ -16,5 +16,5 @@ interface IChildProcessService {
|
| int setupConnection(in Bundle args, IBinder callback);
|
|
|
| // Asks the child service to crash so that we can test the termination logic.
|
| - void crashIntentionallyForTesting();
|
| + oneway void crashIntentionallyForTesting();
|
| }
|
|
|