Index: chrome/test/automation/automation_proxy.h |
=================================================================== |
--- chrome/test/automation/automation_proxy.h (revision 30521) |
+++ chrome/test/automation/automation_proxy.h (working copy) |
@@ -214,7 +214,7 @@ |
// Wrapper over AutomationHandleTracker::InvalidateHandle. Receives the |
// message from AutomationProxy, unpacks the messages and routes that call to |
// the tracker. |
- void InvalidateHandle(const IPC::Message& message); |
+ virtual void InvalidateHandle(const IPC::Message& message); |
// Creates a tab that can hosted in an external process. The function |
// returns a TabProxy representing the tab as well as a window handle |