summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa/content_blocked_bubble_controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/cocoa/content_blocked_bubble_controller.h')
-rw-r--r--chrome/browser/cocoa/content_blocked_bubble_controller.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/cocoa/content_blocked_bubble_controller.h b/chrome/browser/cocoa/content_blocked_bubble_controller.h
index 74b23ce..56f2313 100644
--- a/chrome/browser/cocoa/content_blocked_bubble_controller.h
+++ b/chrome/browser/cocoa/content_blocked_bubble_controller.h
@@ -29,6 +29,7 @@ typedef std::map<NSButton*, int> PopupLinks;
IBOutlet NSButton* manageButton_;
IBOutlet NSButton* doneButton_;
+ IBOutlet NSButton* loadAllPluginsButton_;
// The container for the bubble contents of the geolocation bubble.
IBOutlet NSView* contentsContainer_;
@@ -59,4 +60,7 @@ typedef std::map<NSButton*, int> PopupLinks;
// Callback for "info" link.
- (IBAction)showMoreInfo:(id)sender;
+// Callback for "load all plugins" button.
+- (IBAction)loadAllPlugins:(id)sender;
+
@end