diff options
Diffstat (limited to 'chrome/browser/cocoa/content_setting_bubble_cocoa.h')
-rw-r--r-- | chrome/browser/cocoa/content_setting_bubble_cocoa.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/cocoa/content_setting_bubble_cocoa.h b/chrome/browser/cocoa/content_setting_bubble_cocoa.h index ecdaaf9..ae6f422 100644 --- a/chrome/browser/cocoa/content_setting_bubble_cocoa.h +++ b/chrome/browser/cocoa/content_setting_bubble_cocoa.h @@ -37,6 +37,8 @@ typedef std::map<NSButton*, int> PopupLinks; // The info button of the cookies bubble. IBOutlet NSButton* infoButton_; + IBOutlet NSTextField* blockedResourcesField_; + scoped_ptr<ContentSettingBubbleModel> contentSettingBubbleModel_; content_setting_bubble::PopupLinks popupLinks_; } |