| Index: chrome/browser/renderer_host/mock_render_process_host.h
|
| ===================================================================
|
| --- chrome/browser/renderer_host/mock_render_process_host.h (revision 19822)
|
| +++ chrome/browser/renderer_host/mock_render_process_host.h (working copy)
|
| @@ -39,6 +39,9 @@
|
| virtual void WidgetRestored();
|
| virtual void WidgetHidden();
|
| virtual void AddWord(const std::wstring& word);
|
| + virtual void AddVisitedLinks(
|
| + const VisitedLinkCommon::Fingerprints& visited_links);
|
| + virtual void ResetVisitedLinks();
|
| virtual bool FastShutdownIfPossible();
|
| virtual bool SendWithTimeout(IPC::Message* msg, int timeout_ms);
|
| virtual TransportDIB* GetTransportDIB(TransportDIB::Id dib_id);
|
|
|