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

Unified Diff: chrome/browser/instant/instant_tab.cc

Issue 11466007: Add new IPC for searchbox to pipe SearchBox NavigateContentWindow calls to the browser. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years 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/instant/instant_tab.cc
diff --git a/chrome/browser/instant/instant_tab.cc b/chrome/browser/instant/instant_tab.cc
index 23085632d566e43e9a71465f0b23364935591c69..3d1fac507e35dc0a9074319d6e288e5e1f4f9242 100644
--- a/chrome/browser/instant/instant_tab.cc
+++ b/chrome/browser/instant/instant_tab.cc
@@ -75,3 +75,7 @@ void InstantTab::StartCapturingKeyStrokes() {
void InstantTab::StopCapturingKeyStrokes() {
// We don't honor this call from committed tabs.
}
+
+void InstantTab::NavigateToURL(const GURL& url) {
+ // We don't honor this call from committed tabs.
+}

Powered by Google App Engine
This is Rietveld 408576698