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

Unified Diff: webkit/glue/webkit_glue.h

Issue 6006006: Show OOM notification bar in all tabs sharing same render process (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Send reply to the sync message on the IO thread Created 9 years, 11 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: webkit/glue/webkit_glue.h
diff --git a/webkit/glue/webkit_glue.h b/webkit/glue/webkit_glue.h
index c138c285d8f5c6467d969fa5af8de8d72df33ce2..c5aea4193e30f6cdddd2f5c8782c2115081efdc5 100644
--- a/webkit/glue/webkit_glue.h
+++ b/webkit/glue/webkit_glue.h
@@ -308,6 +308,10 @@ bool GetFontTable(int fd, uint32_t table, uint8_t* output,
size_t* output_length);
#endif
+// Notify browser process that the renderer exhauseted all JavaScript memory
+// and is going to crash.
+void NotifyJSOutOfMemory();
+
// ---- END FUNCTIONS IMPLEMENTED BY EMBEDDER ---------------------------------

Powered by Google App Engine
This is Rietveld 408576698