Index: content/browser/tab_contents/tab_contents.h |
=================================================================== |
--- content/browser/tab_contents/tab_contents.h (revision 99765) |
+++ content/browser/tab_contents/tab_contents.h (working copy) |
@@ -580,6 +580,7 @@ |
void OnFindReply(int request_id, int number_of_matches, |
const gfx::Rect& selection_rect, int active_match_ordinal, |
bool final_update); |
+ void OnCrashedPlugin(const FilePath& plugin_path); |
// Changes the IsLoading state and notifies delegate as needed |
// |details| is used to provide details on the load that just finished |