| Index: chrome/browser/views/location_bar/keyword_hint_view.h
|
| diff --git a/chrome/browser/views/location_bar/keyword_hint_view.h b/chrome/browser/views/location_bar/keyword_hint_view.h
|
| index 500216ca844476868b207629cb9dc7cba91efc7a..75388dffa71df7230eb0fe24a9a43340cd0d4235 100644
|
| --- a/chrome/browser/views/location_bar/keyword_hint_view.h
|
| +++ b/chrome/browser/views/location_bar/keyword_hint_view.h
|
| @@ -46,10 +46,6 @@ class KeywordHintView : public views::View {
|
|
|
| void set_profile(Profile* profile) { profile_ = profile; }
|
|
|
| - // Returns the short name for a keyword.
|
| - static std::wstring GetKeywordName(Profile* profile,
|
| - const std::wstring& keyword);
|
| -
|
| private:
|
| views::Label* leading_label_;
|
| views::Label* trailing_label_;
|
|
|