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

Unified Diff: chrome/browser/ui/gtk/location_bar_view_gtk.cc

Issue 12386019: Instant: Use only one hidden WebContents per profile. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 9 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/gtk/location_bar_view_gtk.cc
diff --git a/chrome/browser/ui/gtk/location_bar_view_gtk.cc b/chrome/browser/ui/gtk/location_bar_view_gtk.cc
index 3255193204bed7718cce173bfbf439074857b655..c3ae899fc5234e17fc7dd95e52c4076249b7571d 100644
--- a/chrome/browser/ui/gtk/location_bar_view_gtk.cc
+++ b/chrome/browser/ui/gtk/location_bar_view_gtk.cc
@@ -848,11 +848,6 @@ void LocationBarViewGtk::ShowFirstRunBubble() {
weak_ptr_factory_.GetWeakPtr()));
}
-void LocationBarViewGtk::SetInstantSuggestion(
- const InstantSuggestion& suggestion) {
- location_entry_->model()->SetInstantSuggestion(suggestion);
-}
-
string16 LocationBarViewGtk::GetInputString() const {
return location_input_;
}

Powered by Google App Engine
This is Rietveld 408576698