Index: content/browser/android/child_process_launcher_android.h |
diff --git a/content/browser/android/child_process_launcher_android.h b/content/browser/android/child_process_launcher_android.h |
index b90ff2338c618d106c91f392394fe3d90f5a5487..71a6f04c7120ab3567ff81c74bd03ca9ae87bf36 100644 |
--- a/content/browser/android/child_process_launcher_android.h |
+++ b/content/browser/android/child_process_launcher_android.h |
@@ -29,6 +29,8 @@ void StartChildProcess( |
// StartChildProcess. |
void StopChildProcess(base::ProcessHandle handle); |
+bool IsChildProcessOomProtected(base::ProcessHandle handle); |
+ |
bool RegisterChildProcessLauncher(JNIEnv* env); |
} // namespace content |