Index: chrome/browser/hang_monitor/hung_plugin_action.h |
diff --git a/chrome/browser/hang_monitor/hung_plugin_action.h b/chrome/browser/hang_monitor/hung_plugin_action.h |
index 4958defbfac39a9800f492ef5a99c7ae371f33cf..70e03ae7139b5ee38ae7183f86e53a7d4dd5478b 100644 |
--- a/chrome/browser/hang_monitor/hung_plugin_action.h |
+++ b/chrome/browser/hang_monitor/hung_plugin_action.h |
@@ -36,9 +36,10 @@ class HungPluginAction : public HungWindowDetector::HungWindowNotification { |
static BOOL CALLBACK DismissMessageBox(HWND window, LPARAM ignore); |
protected: |
- bool GetPluginName(HWND plugin_window, |
- DWORD browser_process_id, |
- std::wstring *plugin_name); |
+ bool GetPluginNameAndVersion(HWND plugin_window, |
+ DWORD browser_process_id, |
+ std::wstring *plugin_name, |
+ std::wstring *plugin_version); |
// The currently hung plugin window that we are prompting the user about |
HWND current_hung_plugin_window_; |
}; |