| Index: chrome/browser/ui/search/instant_ntp_prerenderer.cc
|
| diff --git a/chrome/browser/ui/search/instant_ntp_prerenderer.cc b/chrome/browser/ui/search/instant_ntp_prerenderer.cc
|
| index 7b336575cc2ba08a5b5e2e5833a7f7ed67ae5a4a..c4f6284fd04e90a323c3371a67e4528ec0bfcc9a 100644
|
| --- a/chrome/browser/ui/search/instant_ntp_prerenderer.cc
|
| +++ b/chrome/browser/ui/search/instant_ntp_prerenderer.cc
|
| @@ -223,6 +223,11 @@ void InstantNTPPrerenderer::NavigateToURL(const content::WebContents* contents,
|
| NOTREACHED();
|
| }
|
|
|
| +void InstantNTPPrerenderer::PasteIntoOmnibox(
|
| + const content::WebContents* contents) {
|
| + NOTREACHED();
|
| +}
|
| +
|
| void InstantNTPPrerenderer::DeleteMostVisitedItem(const GURL& url) {
|
| NOTREACHED();
|
| }
|
|
|