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

Unified Diff: chrome/browser/ui/omnibox/omnibox_view.h

Issue 11262015: Remove unused / unnecessary stuff from Instant. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove SuggestedTextView entirely 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/omnibox/omnibox_view.h
diff --git a/chrome/browser/ui/omnibox/omnibox_view.h b/chrome/browser/ui/omnibox/omnibox_view.h
index 510ffc11b37fb2dc6d67ba721ea7d60a532d7a63..f20678675d08c89859561a30393f3bde63ca1bcd 100644
--- a/chrome/browser/ui/omnibox/omnibox_view.h
+++ b/chrome/browser/ui/omnibox/omnibox_view.h
@@ -184,10 +184,8 @@ class OmniboxView {
// the top-most window is the relative window.
virtual gfx::NativeView GetRelativeWindowForPopup() const = 0;
- // Shows the instant suggestion text. If |animate_to_complete| is true the
- // view should start an animation that when done commits the text.
- virtual void SetInstantSuggestion(const string16& input,
- bool animate_to_complete) = 0;
+ // Shows the instant suggestion text.
+ virtual void SetInstantSuggestion(const string16& input) = 0;
// Returns the current instant suggestion text.
virtual string16 GetInstantSuggestion() const = 0;
« no previous file with comments | « chrome/browser/ui/omnibox/omnibox_edit_unittest.cc ('k') | chrome/browser/ui/views/location_bar/location_bar_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698