| Index: chrome/browser/renderer_host/render_view_host.h
|
| ===================================================================
|
| --- chrome/browser/renderer_host/render_view_host.h (revision 19988)
|
| +++ chrome/browser/renderer_host/render_view_host.h (working copy)
|
| @@ -508,6 +508,7 @@
|
|
|
| void OnUserMetricsRecordAction(const std::wstring& action);
|
| void OnMissingPluginStatus(int status);
|
| + void OnCrashedPlugin(const FilePath& plugin_path);
|
| void OnMessageReceived(IPC::Message* msg) { }
|
|
|
| void OnReceivedSavableResourceLinksForCurrentPage(
|
|
|