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

Unified Diff: chrome/browser/ui/views/location_bar/location_bar_view.h

Issue 11262015: Remove unused / unnecessary stuff from Instant. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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/views/location_bar/location_bar_view.h
diff --git a/chrome/browser/ui/views/location_bar/location_bar_view.h b/chrome/browser/ui/views/location_bar/location_bar_view.h
index 7f71b55522cbeda4fb7ec9131c53e3fb3c9de7bf..da334be62d7fb4e64935b11c3f69119ce550294e 100644
--- a/chrome/browser/ui/views/location_bar/location_bar_view.h
+++ b/chrome/browser/ui/views/location_bar/location_bar_view.h
@@ -214,8 +214,7 @@ class LocationBarView : public LocationBar,
gfx::Point GetLocationEntryOrigin() const;
// Invoked from OmniboxViewWin to show the instant suggestion.
- void SetInstantSuggestion(const string16& text,
- bool animate_to_complete);
+ void SetInstantSuggestion(const string16& text);
// Returns the current instant suggestion text.
string16 GetInstantSuggestion() const;

Powered by Google App Engine
This is Rietveld 408576698