| Index: chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h
|
| diff --git a/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h b/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h
|
| index 27fc10a680361e27e9a035182cf15ad921bea879..196fbe0dc7d5109bf0a1f7f7d9834fae89718c18 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h
|
| +++ b/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h
|
| @@ -47,7 +47,6 @@ class ZoomDecorationTest;
|
| class LocationBarViewMac : public LocationBar,
|
| public LocationBarTesting,
|
| public OmniboxEditController,
|
| - public content::NotificationObserver,
|
| public SearchModelObserver {
|
| public:
|
| LocationBarViewMac(AutocompleteTextField* field,
|
| @@ -166,12 +165,6 @@ class LocationBarViewMac : public LocationBar,
|
|
|
| AutocompleteTextField* GetAutocompleteTextField() { return field_; }
|
|
|
| -
|
| - // content::NotificationObserver:
|
| - virtual void Observe(int type,
|
| - const content::NotificationSource& source,
|
| - const content::NotificationDetails& details) OVERRIDE;
|
| -
|
| // SearchModelObserver:
|
| virtual void ModelChanged(const SearchModel::State& old_state,
|
| const SearchModel::State& new_state) OVERRIDE;
|
| @@ -277,9 +270,6 @@ class LocationBarViewMac : public LocationBar,
|
|
|
| Browser* browser_;
|
|
|
| - // Used to register for notifications received by NotificationObserver.
|
| - content::NotificationRegistrar registrar_;
|
| -
|
| // Used to schedule a task for the first run info bubble.
|
| base::WeakPtrFactory<LocationBarViewMac> weak_ptr_factory_;
|
|
|
|
|