| Index: chrome/browser/renderer_host/mock_render_process_host.h
|
| ===================================================================
|
| --- chrome/browser/renderer_host/mock_render_process_host.h (revision 22379)
|
| +++ chrome/browser/renderer_host/mock_render_process_host.h (working copy)
|
| @@ -40,6 +40,7 @@
|
| virtual void ReceivedBadMessage(uint16 msg_type);
|
| virtual void WidgetRestored();
|
| virtual void WidgetHidden();
|
| + virtual void ViewCreated();
|
| virtual void AddWord(const std::wstring& word);
|
| virtual void AddVisitedLinks(
|
| const VisitedLinkCommon::Fingerprints& visited_links);
|
|
|