| Index: chrome/browser/ui/cocoa/web_intent_bubble_controller.h
|
| diff --git a/chrome/browser/ui/cocoa/web_intent_bubble_controller.h b/chrome/browser/ui/cocoa/web_intent_bubble_controller.h
|
| index 294eb7ee8ef0ced3896af9d49ecaee757486c5c6..ba202fe2f0c7488b97e59ecf730076c444ff9129 100644
|
| --- a/chrome/browser/ui/cocoa/web_intent_bubble_controller.h
|
| +++ b/chrome/browser/ui/cocoa/web_intent_bubble_controller.h
|
| @@ -25,9 +25,6 @@ class WebIntentPickerCocoa;
|
| // URLs associated with the individual services.
|
| scoped_nsobject<NSArray> serviceURLs_;
|
|
|
| - // Default icon to use if no icon is specified.
|
| - scoped_nsobject<NSImage> defaultIcon_;
|
| -
|
| // C++ <-> ObjectiveC bridge. Weak reference.
|
| WebIntentPickerCocoa* picker_;
|
|
|
|
|