Chromium Code Reviews| 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 2edfc11dd058ec678cf8e23164ca43fcb91fc51a..b2c9eaed3f4404ca08ea19508751049947dd3006 100644 |
| --- a/chrome/browser/ui/search/instant_ntp_prerenderer.cc |
| +++ b/chrome/browser/ui/search/instant_ntp_prerenderer.cc |
| @@ -215,6 +215,11 @@ void InstantNTPPrerenderer::NavigateToURL(const content::WebContents* contents, |
| NOTREACHED(); |
| } |
| +void InstantNTPPrerenderer::PasteIntoOmnibox( |
| + const content::WebContents* contents, const string16& text) { |
|
samarth
2013/08/06 18:39:44
nit: comment out the unused variables like so
cons
jfweitz
2013/08/09 02:37:41
Done.
|
| + NOTREACHED(); |
| +} |
| + |
| void InstantNTPPrerenderer::DeleteMostVisitedItem(const GURL& url) { |
| NOTREACHED(); |
| } |