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

Unified Diff: content/browser/android/child_process_launcher_android.h

Issue 58203002: Android: remove ContentViewCore from the renderer crash codepath. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 7 years, 1 month 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/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
« no previous file with comments | « chrome/browser/guestview/webview/webview_guest.cc ('k') | content/browser/android/child_process_launcher_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698