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 8fbaf83d06bbb51bb7b3ca78f550a3d8140e048e..cc06f3b17b0496780f720c7a3f3b0d9c1e350c4d 100644 |
--- a/chrome/browser/ui/search/instant_ntp_prerenderer.h |
+++ b/chrome/browser/ui/search/instant_ntp_prerenderer.h |
@@ -130,6 +130,8 @@ class InstantNTPPrerenderer |
content::PageTransition transition, |
WindowOpenDisposition disposition, |
bool is_search_type) OVERRIDE; |
+ virtual void PasteIntoOmnibox(const content::WebContents* contents, |
+ const string16& text) OVERRIDE; |
samarth
2013/08/06 18:39:44
nit: should be aligned with the const above.
jfweitz
2013/08/09 02:37:41
Done.
|
virtual void DeleteMostVisitedItem(const GURL& url) OVERRIDE; |
virtual void UndoMostVisitedDeletion(const GURL& url) OVERRIDE; |
virtual void UndoAllMostVisitedDeletions() OVERRIDE; |