| Index: chrome/browser/cocoa/content_blocked_bubble_controller.h
|
| diff --git a/chrome/browser/cocoa/content_blocked_bubble_controller.h b/chrome/browser/cocoa/content_blocked_bubble_controller.h
|
| index 6b325a4feed8e8224443f335f5d3121ddc2b1f06..669c437cfca32a08d773c34eb7241bb443b58911 100644
|
| --- a/chrome/browser/cocoa/content_blocked_bubble_controller.h
|
| +++ b/chrome/browser/cocoa/content_blocked_bubble_controller.h
|
| @@ -31,6 +31,9 @@ typedef std::map<NSButton*, int> PopupLinks;
|
| IBOutlet NSTextField* titleLabel_;
|
| IBOutlet NSMatrix* allowBlockRadioGroup_;
|
|
|
| + IBOutlet NSButton* manageButton_;
|
| + IBOutlet NSButton* doneButton_;
|
| +
|
| // The container for the bubble contents of the geolocation bubble.
|
| IBOutlet NSView* contentsContainer_;
|
|
|
|
|