| Index: content/browser/child_process_launcher.h
|
| diff --git a/content/browser/child_process_launcher.h b/content/browser/child_process_launcher.h
|
| index 63762f88413c4792d68158110918a0942c537869..8fcf8f929ce94acc21f10710594c746aa3475bb8 100644
|
| --- a/content/browser/child_process_launcher.h
|
| +++ b/content/browser/child_process_launcher.h
|
| @@ -136,6 +136,11 @@ class CONTENT_EXPORT ChildProcessLauncher : public base::NonThreadSafe {
|
| // support multiple shell context creation in unit_tests.
|
| static void ResetRegisteredFilesForTesting();
|
|
|
| +#if defined(OS_ANDROID)
|
| + // Temporary until crbug.com/693484 is fixed.
|
| + static size_t GetNumberOfRendererSlots();
|
| +#endif // OS_ANDROID
|
| +
|
| private:
|
| friend class internal::ChildProcessLauncherHelper;
|
|
|
|
|