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

Unified Diff: content/browser/child_process_launcher_helper.h

Issue 2793623002: android: Limit num renderer to service slots (Closed)
Patch Set: fix remaining unit tests 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
Index: content/browser/child_process_launcher_helper.h
diff --git a/content/browser/child_process_launcher_helper.h b/content/browser/child_process_launcher_helper.h
index 63dfdc0829302dcad4db376917ccc6f65c2bb30c..6c8ed7dcc21f5825645a15b1a2b1d7016c1fb2b1 100644
--- a/content/browser/child_process_launcher_helper.h
+++ b/content/browser/child_process_launcher_helper.h
@@ -170,6 +170,7 @@ class ChildProcessLauncherHelper :
void OnChildProcessStarted(JNIEnv* env,
const base::android::JavaParamRef<jobject>& obj,
jint handle);
+ static size_t GetNumberOfRendererSlots();
Jay Civelli 2017/04/03 16:19:48 I am starting to get weary of adding more stuff in
boliu 2017/04/03 16:33:03 I suppose this doesn't have to go through CPL. RPH
Jay Civelli 2017/04/03 16:40:50 That's fine for now.
#endif // OS_ANDROID
private:

Powered by Google App Engine
This is Rietveld 408576698