| Index: chrome/browser/ui/search/instant_ntp_prerenderer.h
|
| diff --git a/chrome/browser/ui/search/instant_ntp_prerenderer.h b/chrome/browser/ui/search/instant_ntp_prerenderer.h
|
| index 8786c1e94b248902ef8c2a75497525d0e6d3a728..0f7a5030854e8318e6428fa4a0ec828893de6e8b 100644
|
| --- a/chrome/browser/ui/search/instant_ntp_prerenderer.h
|
| +++ b/chrome/browser/ui/search/instant_ntp_prerenderer.h
|
| @@ -131,6 +131,7 @@ class InstantNTPPrerenderer
|
| content::PageTransition transition,
|
| WindowOpenDisposition disposition,
|
| bool is_search_type) OVERRIDE;
|
| + virtual void PasteIntoOmnibox(const content::WebContents* contents) OVERRIDE;
|
| virtual void DeleteMostVisitedItem(const GURL& url) OVERRIDE;
|
| virtual void UndoMostVisitedDeletion(const GURL& url) OVERRIDE;
|
| virtual void UndoAllMostVisitedDeletions() OVERRIDE;
|
|
|