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

Unified Diff: content/public/android/javatests/src/org/chromium/content/browser/ChildProcessLauncherTest.java

Issue 2792093002: Clean-up in ChildProcessLauncher. (Closed)
Patch Set: Addressed boliu@'s comment 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
« no previous file with comments | « content/public/android/java/src/org/chromium/content/browser/ChildProcessLauncher.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/android/javatests/src/org/chromium/content/browser/ChildProcessLauncherTest.java
diff --git a/content/public/android/javatests/src/org/chromium/content/browser/ChildProcessLauncherTest.java b/content/public/android/javatests/src/org/chromium/content/browser/ChildProcessLauncherTest.java
index ab4af328b92e8b71105f3121e4c0d0f537a29e53..117cce031c20e84fec7228b962e25a77110c43c1 100644
--- a/content/public/android/javatests/src/org/chromium/content/browser/ChildProcessLauncherTest.java
+++ b/content/public/android/javatests/src/org/chromium/content/browser/ChildProcessLauncherTest.java
@@ -537,8 +537,8 @@ public class ChildProcessLauncherTest extends InstrumentationTestCase {
}
private void triggerConnectionSetup(ChildProcessConnectionImpl connection) {
- ChildProcessLauncher.triggerConnectionSetup(connection, sProcessWaitArguments, 1,
- new FileDescriptorInfo[0], ChildProcessLauncher.CALLBACK_FOR_RENDERER_PROCESS,
- null);
+ ChildProcessLauncher.triggerConnectionSetup(connection, sProcessWaitArguments,
+ 1 /* childProcessId */, new FileDescriptorInfo[0], null /* launchCallback */,
+ null /* childProcessCallback */);
}
}
« no previous file with comments | « content/public/android/java/src/org/chromium/content/browser/ChildProcessLauncher.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698