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

Unified Diff: content/browser/child_process_launcher_helper_android.cc

Issue 2769313002: android: Remove nativeIsSingleProcess (Closed)
Patch Set: Created 3 years, 9 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 | « no previous file | content/public/android/java/src/org/chromium/content/browser/ChildProcessLauncher.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/child_process_launcher_helper_android.cc
diff --git a/content/browser/child_process_launcher_helper_android.cc b/content/browser/child_process_launcher_helper_android.cc
index 233b2ef7d6702ff1c5166f645aa4c33de719acd8..3d2fcd6b1cbaf11cb5a65eed6cc2a5448ab93c81 100644
--- a/content/browser/child_process_launcher_helper_android.cc
+++ b/content/browser/child_process_launcher_helper_android.cc
@@ -281,11 +281,6 @@ static void OnChildProcessStarted(JNIEnv*,
delete callback;
}
-jboolean IsSingleProcess(JNIEnv* env, const JavaParamRef<jclass>& clazz) {
- return base::CommandLine::ForCurrentProcess()->HasSwitch(
- switches::kSingleProcess);
-}
-
bool RegisterChildProcessLauncher(JNIEnv* env) {
return RegisterNativesImpl(env);
}
« no previous file with comments | « no previous file | content/public/android/java/src/org/chromium/content/browser/ChildProcessLauncher.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698