| Index: chrome/browser/ui/cocoa/location_bar/location_icon_decoration.h
|
| diff --git a/chrome/browser/ui/cocoa/location_bar/location_icon_decoration.h b/chrome/browser/ui/cocoa/location_bar/location_icon_decoration.h
|
| index 5c3f2bc8c75b0e6e7312888d2f9f9ef4e27e01eb..43528489d00fb7fc393d5a8195df1c9fa591cbbc 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/location_icon_decoration.h
|
| +++ b/chrome/browser/ui/cocoa/location_bar/location_icon_decoration.h
|
| @@ -41,9 +41,6 @@ class LocationIconDecoration : public ImageDecoration {
|
| // The location bar view that owns us.
|
| LocationBarViewMac* owner_;
|
|
|
| - // The string to show for a tooltip.
|
| - scoped_nsobject<NSString> tooltip_;
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(LocationIconDecoration);
|
| };
|
|
|
|
|