| Index: chrome/browser/cocoa/location_bar/location_bar_view_mac.h
|
| diff --git a/chrome/browser/cocoa/location_bar/location_bar_view_mac.h b/chrome/browser/cocoa/location_bar/location_bar_view_mac.h
|
| index 46d2bc009f5e1f2da574cd57a841954509939866..2e079743f6e69b45f99cfeeb0127afe94efc30af 100644
|
| --- a/chrome/browser/cocoa/location_bar/location_bar_view_mac.h
|
| +++ b/chrome/browser/cocoa/location_bar/location_bar_view_mac.h
|
| @@ -129,8 +129,10 @@ class LocationBarViewMac : public AutocompleteEditController,
|
| virtual std::wstring GetTitle() const;
|
|
|
| NSImage* GetTabButtonImage();
|
| + NSImage* GetKeywordImage(const std::wstring& keyword);
|
| AutocompleteTextField* GetAutocompleteTextField() { return field_; }
|
|
|
| +
|
| // Overridden from NotificationObserver.
|
| virtual void Observe(NotificationType type,
|
| const NotificationSource& source,
|
|
|