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

Unified Diff: base/android/java/src/org/chromium/base/process_launcher/IChildProcessService.aidl

Issue 2799683007: android: Mark two binder calls oneway (Closed)
Patch Set: fix test Created 3 years, 8 months 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: 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();
}

Powered by Google App Engine
This is Rietveld 408576698