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

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

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: Focus handled in browser_instant_controller Created 7 years, 5 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
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();
}

Powered by Google App Engine
This is Rietveld 408576698