Index: content/renderer/browser_plugin/browser_plugin.h |
diff --git a/content/renderer/browser_plugin/browser_plugin.h b/content/renderer/browser_plugin/browser_plugin.h |
index 17dcdcf5b3b340dfa0b6c0d243371883e2b3d219..3e63f1179496355fd8433c0fee9b282653eb6214 100644 |
--- a/content/renderer/browser_plugin/browser_plugin.h |
+++ b/content/renderer/browser_plugin/browser_plugin.h |
@@ -89,6 +89,8 @@ class CONTENT_EXPORT BrowserPlugin : |
int guest_process_id() const { return guest_process_id_; } |
// Returns Chrome's route ID for the current guest. |
int guest_route_id() const { return guest_route_id_; } |
+ // Returns whether the guest process has crashed. |
+ bool guest_crashed() const { return guest_crashed_; } |
// Query whether the guest can navigate back to the previous entry. |
bool CanGoBack() const; |