diff options
author | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-24 17:14:02 +0000 |
---|---|---|
committer | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-24 17:14:02 +0000 |
commit | d40165b970419792453592cc0f8f45b5a57d75c5 (patch) | |
tree | a35f7c77fe9dcd3e3065bffdf05e60c049a913d6 /chrome/browser/cocoa/content_settings_dialog_controller.h | |
parent | c8f6e4a7e4f5c9cebccdeeefcd22fe947449215f (diff) | |
download | chromium_src-d40165b970419792453592cc0f8f45b5a57d75c5.zip chromium_src-d40165b970419792453592cc0f8f45b5a57d75c5.tar.gz chromium_src-d40165b970419792453592cc0f8f45b5a57d75c5.tar.bz2 |
Add link to disable individual plug-ins in Plug-ins tab of Content Settings (Mac part).
.xib change: Add hyperlink button with text "^IDS_PLUGIN_SELECTIVE_DISABLE" and
hooked up to -openPluginsPage: of file's owner.
BUG=736
TEST=Go to Content Settings -> Plug-ins and click on "Disable individual plug-ins..."; should get browser window with chrome://plugins/.
Review URL: http://codereview.chromium.org/1285002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42481 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/cocoa/content_settings_dialog_controller.h')
-rw-r--r-- | chrome/browser/cocoa/content_settings_dialog_controller.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/cocoa/content_settings_dialog_controller.h b/chrome/browser/cocoa/content_settings_dialog_controller.h index 246a698..28b1944 100644 --- a/chrome/browser/cocoa/content_settings_dialog_controller.h +++ b/chrome/browser/cocoa/content_settings_dialog_controller.h @@ -37,6 +37,7 @@ class Profile; - (IBAction)showCookies:(id)sender; - (IBAction)openFlashPlayerSettings:(id)sender; +- (IBAction)openPluginsPage:(id)sender; - (IBAction)showCookieExceptions:(id)sender; - (IBAction)showImagesExceptions:(id)sender; |