Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8472)

Unified Diff: chrome/browser/ui/search/instant_ntp_prerenderer.h

Issue 20501002: Adds paste function to searchbox api and handles paste event on fakebox (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nits Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/search/instant_controller.cc ('k') | chrome/browser/ui/search/instant_ntp_prerenderer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..933e0a854c2520c2bb1f07c56254d174c175f24b 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;
virtual void DeleteMostVisitedItem(const GURL& url) OVERRIDE;
virtual void UndoMostVisitedDeletion(const GURL& url) OVERRIDE;
virtual void UndoAllMostVisitedDeletions() OVERRIDE;
« no previous file with comments | « chrome/browser/ui/search/instant_controller.cc ('k') | chrome/browser/ui/search/instant_ntp_prerenderer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698