| 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 7a4c131bd4d58e3b356e688defcf918717d0b66e..c8a97333d87db581b16e1210e0c8b5958ceaef0a 100644
|
| --- a/chrome/browser/ui/search/instant_ntp_prerenderer.cc
|
| +++ b/chrome/browser/ui/search/instant_ntp_prerenderer.cc
|
| @@ -204,6 +204,11 @@ void InstantNTPPrerenderer::NavigateToURL(const content::WebContents* contents,
|
| NOTREACHED();
|
| }
|
|
|
| +void InstantNTPPrerenderer::PasteIntoOmnibox(
|
| + const content::WebContents* contents) {
|
| + NOTREACHED();
|
| +}
|
| +
|
| void InstantNTPPrerenderer::DeleteMostVisitedItem(const GURL& url) {
|
| NOTREACHED();
|
| }
|
|
|