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

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: 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
« no previous file with comments | « chrome/browser/ui/omnibox/omnibox_view.h ('k') | chrome/browser/ui/views/location_bar/location_bar_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..be192494d7b3a4089266a5f54528d772f98b0545 100644
--- a/chrome/browser/ui/views/location_bar/location_bar_view.h
+++ b/chrome/browser/ui/views/location_bar/location_bar_view.h
@@ -46,7 +46,6 @@ class PageActionImageView;
class Profile;
class SelectedKeywordView;
class StarView;
-class SuggestedTextView;
class TabContents;
class TemplateURLService;
class WebIntentsButtonView;
@@ -60,6 +59,7 @@ class SearchModel;
namespace views {
class BubbleDelegateView;
+class Label;
class Widget;
}
@@ -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;
@@ -515,7 +514,7 @@ class LocationBarView : public LocationBar,
// View responsible for showing suggested text. This is NULL when there is no
// suggested text.
- SuggestedTextView* suggested_text_view_;
+ views::Label* suggested_text_view_;
// Shown if the selected url has a corresponding keyword.
KeywordHintView* keyword_hint_view_;
« no previous file with comments | « chrome/browser/ui/omnibox/omnibox_view.h ('k') | chrome/browser/ui/views/location_bar/location_bar_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698